From 4c44085dfaa3f751b08e99e4b6260618d3c37f13 Mon Sep 17 00:00:00 2001 From: tobmaps Date: Fri, 11 Nov 2011 19:05:12 +0700 Subject: Core/Spells: Fix typo in 922a174683b93e46510c12836d37f3a85e994781 and drop wrong check that breaks Judgements of the Just talent. Thx to Greymane for pointing out problem Closes #2377 --- sql/updates/world/2011_11_11_00_world_spell_proc_event.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2011_11_11_00_world_spell_proc_event.sql (limited to 'sql') diff --git a/sql/updates/world/2011_11_11_00_world_spell_proc_event.sql b/sql/updates/world/2011_11_11_00_world_spell_proc_event.sql new file mode 100644 index 00000000000..997ede4a886 --- /dev/null +++ b/sql/updates/world/2011_11_11_00_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `procFlags`=0x10 WHERE `entry` IN (20335,20336,20337,53695,53696); -- cgit v1.2.3