diff options
author | Keader <keader.android@gmail.com> | 2017-05-25 17:12:08 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-25 17:12:08 -0300 |
commit | 4fcea41519d5cf9bc63dcfff67eb2be6e6ea8105 (patch) | |
tree | cefb2abed9ffb800927a286a6945556a5232cb72 | |
parent | a261056f58b76ff58b64e278105aa9069ac13210 (diff) |
DB/Spells: Fixed Paladin T8 Holy 2P Bonus proc
Close #19796
-rw-r--r-- | sql/updates/world/3.3.5/2017_05_25_01_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_05_25_01_world.sql b/sql/updates/world/3.3.5/2017_05_25_01_world.sql new file mode 100644 index 00000000000..eb91c138ca6 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_05_25_01_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `AttributesMask`=0x2 WHERE `SpellId`=64890; |