From 5c13a08d87b7de7b0daea0656deb84cf2107b15f Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 8 Sep 2010 11:22:51 +0200 Subject: Core/Spells: Fixed The Art of War procing only on melee attacks, by tassader1000 Core/Spells: Added missing change in previous revision Closes issue #2386. --HG-- branch : trunk --- sql/updates/9829_world_spell_proc_event.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/9829_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/9829_world_spell_proc_event.sql b/sql/updates/9829_world_spell_proc_event.sql new file mode 100644 index 00000000000..322dadd174e --- /dev/null +++ b/sql/updates/9829_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `procFlags`=0 WHERE `entry` IN (53486,53488); -- cgit v1.2.3