From 159353c4e1ff060cae426a9e08ec53223047dc87 Mon Sep 17 00:00:00 2001 From: jon <1337 h4x0r@.(none)> Date: Mon, 24 Oct 2011 12:50:17 +0200 Subject: Fix Misery talent being activated by Mind Flay --- sql/updates/world/2011_10_24_00_world_spell_proc_event.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2011_10_24_00_world_spell_proc_event.sql (limited to 'sql') diff --git a/sql/updates/world/2011_10_24_00_world_spell_proc_event.sql b/sql/updates/world/2011_10_24_00_world_spell_proc_event.sql new file mode 100644 index 00000000000..32fb23ddbee --- /dev/null +++ b/sql/updates/world/2011_10_24_00_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `SpellFamilyMask2`=64 WHERE `entry`=33193; \ No newline at end of file -- cgit v1.2.3