Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.8 / 4255_spell_chain.sql
blob13604da3b5362b24761be64894bc52acf7c758c0
1 /* dependent from 14752 */
2 DELETE FROM `spell_chain` WHERE `spell_id` IN (27681,32999);
4 INSERT INTO `spell_chain` VALUES
5 (27681,14752,14752,2),
6 (32999,27681,14752,3);