Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.6 / 2421_quest_template.sql
bloba20ab3f0b5f3aaa83718130e2951b3c9f1eba3ba
1 ALTER TABLE `quest_template`
2      ADD `DetailsEmote` int(11) NOT NULL default '0',
3      ADD `IncompleteEmote` int(11) NOT NULL default '0',
4      ADD `CompleteEmote` int(11) NOT NULL default '0';