aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);