From f4ae639961542112dddcf627fc2e1f11967048a9 Mon Sep 17 00:00:00 2001 From: ariel- Date: Tue, 21 Feb 2017 21:07:45 -0300 Subject: Core/Spells: fix Hand of Justice proc chance and reduce it past level 60. Ref #7789 --- sql/updates/world/3.3.5/2017_02_21_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2017_02_21_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3