From 4fa2ef5a1624c65da562aea81c60041b5c7b84db Mon Sep 17 00:00:00 2001 From: tobmaps Date: Sat, 24 Dec 2011 16:43:59 +0700 Subject: Core/Spells: Fix wrong proc of talent Throwing Specialization from Throw ability --- sql/updates/world/2011_12_24_00_world_spell_proc_event.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2011_12_24_00_world_spell_proc_event.sql (limited to 'sql') diff --git a/sql/updates/world/2011_12_24_00_world_spell_proc_event.sql b/sql/updates/world/2011_12_24_00_world_spell_proc_event.sql new file mode 100644 index 00000000000..f25fa4c4856 --- /dev/null +++ b/sql/updates/world/2011_12_24_00_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `SpellFamilyMask0` = 0 WHERE `entry` IN (5952,51679); -- cgit v1.2.3