aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2017-06-04 15:37:31 -0300
committerGitHub <noreply@github.com>2017-06-04 15:37:31 -0300
commited8fd1f1261b7e4acd908bf6924f94f03f5a2841 (patch)
tree91418a41eb620064aa073752bf5ee01aed7ca8c9
parentabc749034eb71b8a7c499541c10c71987c558e4a (diff)
DB/Spells: Fixed Focused Attacks proc with Mutilate
close #19845
-rw-r--r--sql/updates/world/3.3.5/2017_06_04_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_06_04_00_world.sql b/sql/updates/world/3.3.5/2017_06_04_00_world.sql
new file mode 100644
index 00000000000..b0b4aa70d03
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_06_04_00_world.sql
@@ -0,0 +1 @@
+UPDATE `spell_proc` SET `AttributesMask`=0x2 WHERE `SpellId`=-51634;