aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShocker <none@none>2010-08-26 05:53:52 +0300
committerShocker <none@none>2010-08-26 05:53:52 +0300
commitaa768001a766cc25d3944bb80a80e4deb6c2c429 (patch)
tree817344166c011b9f10160fb8e22ebcef826570ff /sql/updates
parent89eb544bd802a390e62c437c818cf3d214c95aa9 (diff)
Fix Item - Icecrown Dungeon Melee Trinket (Needle-Encrusted Scorpion), fixes issue #3599
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9595_world_spell_proc_event.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/9595_world_spell_proc_event.sql b/sql/updates/9595_world_spell_proc_event.sql
new file mode 100644
index 00000000000..c4377433e48
--- /dev/null
+++ b/sql/updates/9595_world_spell_proc_event.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_proc_event` WHERE entry = 71404;
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+(71404, 0, 0, 0, 0, 0, 0, 2, 0, 0, 45); \ No newline at end of file