Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.5 / 2066_creature_template.sql
blob84d19cd8b0004dcbdab6357aabd2c15385902804
1 ALTER TABLE `creature_template`
2     ADD `trainer_spell` int(11) unsigned default '0' AFTER `trainer_type`,
3     ADD `race`          int(11) unsigned default '0' AFTER `class`;