From c49ac64d947f83e85c157b8bb20e823ec2843bed Mon Sep 17 00:00:00 2001 From: Liberate Date: Sat, 31 Jul 2010 18:16:12 +0200 Subject: Forgot to add a DELETE query at the last revision. I just told devs to check their sql, and then I make a mistake of my own. Ah well, I'm just one of the lousy devs as well. --HG-- branch : trunk --- sql/updates/9120_world_spell_proc_event.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'sql') diff --git a/sql/updates/9120_world_spell_proc_event.sql b/sql/updates/9120_world_spell_proc_event.sql index eb10ee093da..7f185b1dbb4 100644 --- a/sql/updates/9120_world_spell_proc_event.sql +++ b/sql/updates/9120_world_spell_proc_event.sql @@ -1,3 +1,4 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (51459,51462,51463,51464,51465,49219,49627,49628); INSERT INTO `spell_proc_event`(`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES (51459,0,0,0,0,0,4,0,0,0,0), --Necrosis Rank 1 (51462,0,0,0,0,0,4,0,0,0,0), --Necrosis Rank 2 -- cgit v1.2.3