Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.6 / 2571_quest_template.sql
blobd4d8d12bc8f296c206a4f94a00d5bb0a329643ff
1 ALTER TABLE `quest_template`
2   CHANGE `srcItem` `SrcItemId` int(11) unsigned NOT NULL default '0',
3   ADD `SrcSpell` int(11) unsigned NOT NULL default '0' AFTER `SrcItemCount`;