diff options
author | Liberate <none@none> | 2010-07-31 18:16:12 +0200 |
---|---|---|
committer | Liberate <none@none> | 2010-07-31 18:16:12 +0200 |
commit | c49ac64d947f83e85c157b8bb20e823ec2843bed (patch) | |
tree | 54240575ed26661073d184812c5a95421e31f049 | |
parent | 8044051682d1fcb3c8a7d260e81982af7426c404 (diff) |
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
-rw-r--r-- | sql/updates/9120_world_spell_proc_event.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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 |