server/sql/updates/09692_03_mangos_spell_proc_event.sql
VladimirMangos cd5d598bd6 [10001] Rename current version sql updates (0.16/root dir) to 5 digits format rev.
* order guards not affected in sql updates so this not affect sql guards work.
* TO DEVS: in next sql update commit please check carefully generated by git_is -s
  sql guards for correctness
2010-05-28 23:48:50 +04:00

16 lines
987 B
SQL

ALTER TABLE db_version CHANGE COLUMN required_9690_01_mangos_spell_proc_event required_9692_03_mangos_spell_proc_event bit;
-- Rampage: now passive instead of being a proc
DELETE FROM `spell_proc_event` WHERE `entry` = 29801;
-- Unleashed Rage: now passive instead of being a proc
DELETE FROM `spell_proc_event` WHERE `entry` IN (30802, 30803, 30804, 30805, 30808, 30809);
-- Endless Winter: now passive instead of being a proc
DELETE FROM `spell_proc_event` WHERE `entry` IN (49137, 49657);
-- Elemental Oath: now passive instead of being a proc
DELETE FROM `spell_proc_event` WHERE `entry` IN (51466);
-- Abomination's Might: now passive instead of being a proc
DELETE FROM `spell_proc_event` WHERE `entry` IN (53137, 53138);
-- Incanter's Absorption: now triggering at specific spells absorbing.
DELETE FROM `spell_proc_event` WHERE `entry` IN (44394, 44395, 44396);
-- Ferocious Inspiration: now passive instead of being a proc
DELETE FROM `spell_proc_event` WHERE `entry` = 34457;