mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core/Spells: fix Hand of Justice proc chance and reduce it past level 60.
Ref #7789
This commit is contained in:
1
sql/updates/world/3.3.5/2017_02_21_00_world.sql
Normal file
1
sql/updates/world/3.3.5/2017_02_21_00_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `spell_proc` SET `Chance`=2, `ProcsPerMinute`=0, `AttributesMask`=`AttributesMask`|0x80 WHERE `SpellId`=15600;
|
||||
Reference in New Issue
Block a user