Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.5 / 2191_npc_trainer.sql
blob687f50b58aebd6adc7c47cb0787272958a4b65a7
1 ALTER TABLE `npc_trainer`
2     DROP PRIMARY KEY,
3     DROP `rowid`,
4     ADD UNIQUE KEY `entry_spell` (`entry`,`spell`);