Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.10 / 5119_mangos_quest_template.sql
blob87b4cf31702509cb04ec635e0d5bc63c50710555
1 ALTER TABLE `quest_template`
2   ADD `RepObjectiveFaction` int(10) unsigned NOT NULL default '0' AFTER `RequiredSkillValue`,
3   ADD `RepObjectiveValue`   int(10)          NOT NULL default '0' AFTER `RepObjectiveFaction`;