aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2017-05-25 17:12:08 -0300
committerfunjoker <funjoker109@gmail.com>2020-06-14 23:49:03 +0200
commita3439b6555759f533194ed0da98c5b08ae58cf4a (patch)
tree7826e9d7e12c223a9c61cab831ba650ae2451cc0
parent8c6d28f72da362c563d0f03ea9028d22c94723b7 (diff)
DB/Spells: Fixed Paladin T8 Holy 2P Bonus proc
Close #19796 (cherry picked from commit 4fcea41519d5cf9bc63dcfff67eb2be6e6ea8105)
-rw-r--r--sql/updates/world/master/2020_06_14_16_world_2017_05_25_01_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_06_14_16_world_2017_05_25_01_world.sql b/sql/updates/world/master/2020_06_14_16_world_2017_05_25_01_world.sql
new file mode 100644
index 00000000000..eb91c138ca6
--- /dev/null
+++ b/sql/updates/world/master/2020_06_14_16_world_2017_05_25_01_world.sql
@@ -0,0 +1 @@
+UPDATE `spell_proc` SET `AttributesMask`=0x2 WHERE `SpellId`=64890;