From 01f2ac31acf7051440cb102256051970b1d304a1 Mon Sep 17 00:00:00 2001 From: Jildor Date: Sat, 10 Dec 2011 11:26:40 +0100 Subject: Fix Bloodsurge talent being activate when Whirlwind causes damage. Close #4160 --- sql/updates/world/2011_12_10_00_world_spell_proc_event.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2011_12_10_00_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2011_12_10_00_world_spell_proc_event.sql b/sql/updates/world/2011_12_10_00_world_spell_proc_event.sql new file mode 100644 index 00000000000..957a2e76b70 --- /dev/null +++ b/sql/updates/world/2011_12_10_00_world_spell_proc_event.sql @@ -0,0 +1,2 @@ +-- Bloodsurge +UPDATE `spell_proc_event` SET `procEx` = 0x0040000 WHERE `entry` = 46915; -- cgit v1.2.3