Core/Spells: fix Hand of Justice proc chance and reduce it past level 60.

Ref #7789
This commit is contained in:
ariel-
2017-02-21 21:07:45 -03:00
committed by roc13x
parent ae4b91bcf6
commit 9f5b3920e2
3 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1 @@
UPDATE `spell_proc` SET `Chance`=2, `ProcsPerMinute`=0, `AttributesMask`=`AttributesMask`|0x80 WHERE `SpellId`=15600;