diff options
| author | Jildor <gildor55@gmail.com> | 2011-12-10 11:26:40 +0100 |
|---|---|---|
| committer | Jildor <gildor55@gmail.com> | 2011-12-10 11:26:40 +0100 |
| commit | 01f2ac31acf7051440cb102256051970b1d304a1 (patch) | |
| tree | ff7a4275b06290e6016977d45791fb9aee0032cd | |
| parent | 8fb18de128f34b0d20cdd7dbee59735177029be3 (diff) | |
Fix Bloodsurge talent being activate when Whirlwind causes damage.
Close #4160
| -rw-r--r-- | sql/updates/world/2011_12_10_00_world_spell_proc_event.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
