diff options
author | Keader <keader.android@gmail.com> | 2018-09-09 12:18:08 -0300 |
---|---|---|
committer | Keader <keader.android@gmail.com> | 2018-09-09 12:18:08 -0300 |
commit | 53d223c58acbd35fe4cebde9637124500a0d3163 (patch) | |
tree | df8c34d49887f2b73d2627e351066daca895c591 | |
parent | cc49b7bb3024c6eb36d9bbbe7b151d7ae9ba91b7 (diff) |
DB/Spells: Fixed Bloodsurge proc
Closes: #22336
-rw-r--r-- | sql/updates/world/3.3.5/2018_09_09_01_world_335.sql | 2 |
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; |