aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-02-21 21:07:45 -0300
committerariel- <ariel-@users.noreply.github.com>2017-02-21 21:20:33 -0300
commitf4ae639961542112dddcf627fc2e1f11967048a9 (patch)
treeda641e8962001bc44a8fda4f1b5c355fdd644195 /sql
parentb4b031bcd4424e7e9bea6e5dfdb8a2fb5158435b (diff)
Core/Spells: fix Hand of Justice proc chance and reduce it past level 60.
Ref #7789
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2017_02_21_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_02_21_00_world.sql b/sql/updates/world/3.3.5/2017_02_21_00_world.sql
new file mode 100644
index 00000000000..f337d3430d2
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_02_21_00_world.sql
@@ -0,0 +1 @@
+UPDATE `spell_proc` SET `Chance`=2, `ProcsPerMinute`=0, `AttributesMask`=`AttributesMask`|0x80 WHERE `SpellId`=15600;