aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2018-09-09 12:18:08 -0300
committerKeader <keader.android@gmail.com>2018-09-09 12:18:08 -0300
commit53d223c58acbd35fe4cebde9637124500a0d3163 (patch)
treedf8c34d49887f2b73d2627e351066daca895c591
parentcc49b7bb3024c6eb36d9bbbe7b151d7ae9ba91b7 (diff)
DB/Spells: Fixed Bloodsurge proc
Closes: #22336
-rw-r--r--sql/updates/world/3.3.5/2018_09_09_01_world_335.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_09_09_01_world_335.sql b/sql/updates/world/3.3.5/2018_09_09_01_world_335.sql
new file mode 100644
index 00000000000..5740fdbcdb5
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_09_09_01_world_335.sql
@@ -0,0 +1,2 @@
+ -- Bloodsurge proc
+UPDATE `spell_proc` SET `AttributesMask`=2 WHERE `SpellId`=46916;