[7941] Restore autocast pet spell state at load/resummon
[getmangos.git] / sql / updates / 7205_01_mangos_spell_chain.sql
blob40bbf05990e39e0537ff0bb78e1aaa3914981c23
1 ALTER TABLE db_version CHANGE COLUMN required_7199_02_mangos_spell_proc_event required_7205_01_mangos_spell_chain bit;
3 DELETE FROM `spell_chain` WHERE `spell_id` IN (
4   3034, 14279, 14280, 27018, 49008,
5   5138, 6226, 11703, 11704, 27221, 30908, 47858,
6   8129, 8131, 10874, 10875, 10876, 25379, 25380, 48128
7 );