[10001] Rename current version sql updates (0.16/root dir) to 5 digits format rev.
[getmangos.git] / sql / updates / 09692_03_mangos_spell_proc_event.sql
blob32be29725f4c111a2065a4eb12012a94fad4f379
1 ALTER TABLE db_version CHANGE COLUMN required_9690_01_mangos_spell_proc_event required_9692_03_mangos_spell_proc_event bit;
3 -- Rampage: now passive instead of being a proc
4 DELETE FROM `spell_proc_event` WHERE `entry` = 29801;
5 -- Unleashed Rage: now passive instead of being a proc
6 DELETE FROM `spell_proc_event` WHERE `entry` IN (30802, 30803, 30804, 30805, 30808, 30809);
7 -- Endless Winter: now passive instead of being a proc
8 DELETE FROM `spell_proc_event` WHERE `entry` IN (49137, 49657);
9 -- Elemental Oath: now passive instead of being a proc
10 DELETE FROM `spell_proc_event` WHERE `entry` IN (51466);
11 -- Abomination's Might: now passive instead of being a proc
12 DELETE FROM `spell_proc_event` WHERE `entry` IN (53137, 53138);
13 -- Incanter's Absorption: now triggering at specific spells absorbing.
14 DELETE FROM `spell_proc_event` WHERE `entry` IN (44394, 44395, 44396);
15 -- Ferocious Inspiration: now passive instead of being a proc
16 DELETE FROM `spell_proc_event` WHERE `entry` = 34457;