Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.11 / 5827_mangos_spell_chain.sql
blob271d692c13af38bd1286cff52976cee8df18eabd
1 -- wrong entry
2 DELETE FROM `spell_chain` WHERE `spell_id` IN (5159);
5 DELETE FROM `spell_chain` WHERE `spell_id` IN (5195,5196);
6 INSERT INTO `spell_chain` (`spell_id`, `prev_spell`, `first_spell`, `rank`) VALUES
7 (5195,1062,339,3),
8 (5196,5195,339,4);