[9031] Fixed: remove talent 44404 buff at spell mod apply triggering.
[getmangos.git] / sql / updates / 8498_01_mangos_spell_proc_event.sql
blob6f0aef6b0bbdf24a476871b4e2836732e96256be
1 ALTER TABLE db_version CHANGE COLUMN required_8488_02_mangos_spell_bonus_data required_8498_01_mangos_spell_proc_event bit;
3 DELETE FROM `spell_proc_event` WHERE `entry` IN (53234, 53237, 53238);
5 INSERT INTO spell_proc_event VALUES
6 (53234, 0x00000000,  0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000,  0),
7 (53237, 0x00000000,  0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000,  0),
8 (53238, 0x00000000,  0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000,  0);