aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-02-21 21:07:45 -0300
committerShauren <shauren.trinity@gmail.com>2019-08-17 20:04:14 +0200
commitb91eac6a1c377c14ebe2b66104ac02e2f9a01ad4 (patch)
tree8cd4838b477f246eecd78b5b5339de76e261c80e /sql
parent77fc6ceea8716a85baca80b1816fbe3588b182e7 (diff)
Core/Spells: fix Hand of Justice proc chance and reduce it past level 60.
Ref #7789 (cherrypicked from f4ae639961542112dddcf627fc2e1f11967048a9)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2019_07_28_00_world_2017_02_21_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2019_07_28_00_world_2017_02_21_00_world.sql b/sql/updates/world/master/2019_07_28_00_world_2017_02_21_00_world.sql
new file mode 100644
index 00000000000..f337d3430d2
--- /dev/null
+++ b/sql/updates/world/master/2019_07_28_00_world_2017_02_21_00_world.sql
@@ -0,0 +1 @@
+UPDATE `spell_proc` SET `Chance`=2, `ProcsPerMinute`=0, `AttributesMask`=`AttributesMask`|0x80 WHERE `SpellId`=15600;