Remove outdated spell proc data and update code for 44394 and ranks.

This commit is contained in:
VladimirMangos 2010-04-07 02:11:31 +04:00
parent 68190a9a0c
commit 7708905bb7
3 changed files with 31 additions and 23 deletions

View file

@ -0,0 +1,14 @@
-- 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;