aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubv <s.v.h21@hotmail.com>2012-02-15 20:25:51 -0500
committerSubv <s.v.h21@hotmail.com>2012-02-15 20:25:51 -0500
commit86537a1a52e5d88a33a867322f1dc56d986449c0 (patch)
treea9a2ade953db80575ef22e1f510c092b5e54dd9b
parentccb80da1e1bc3fe88b2209117473670a2bebd915 (diff)
Fixed proc of Misery. Thanks errodia. closes #3565
-rw-r--r--sql/updates/world/2012_02_15_09_world_spell_proc_event.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2012_02_15_09_world_spell_proc_event.sql b/sql/updates/world/2012_02_15_09_world_spell_proc_event.sql
new file mode 100644
index 00000000000..4811e5d66fe
--- /dev/null
+++ b/sql/updates/world/2012_02_15_09_world_spell_proc_event.sql
@@ -0,0 +1,6 @@
+-- Corrected proc of Misery
+DELETE FROM `spell_proc_event` WHERE `entry` IN (33191, 33192, 33193);
+INSERT INTO `spell_proc_event` VALUES
+(33191, 0x00, 0x06, 0x00008000, 0x00000400, 0x00000040, 0x00000000, 0x00000000, 0, 0, 0),
+(33192, 0x00, 0x06, 0x00008000, 0x00000400, 0x00000040, 0x00000000, 0x00000000, 0, 0, 0),
+(33193, 0x00, 0x06, 0x00008000, 0x00000400, 0x00000040, 0x00000000, 0x00000000, 0, 0, 0);