From 43d4393fd4c584b27bb0c5d74a24e8e04715a251 Mon Sep 17 00:00:00 2001 From: Keader Date: Thu, 5 Oct 2017 21:26:39 -0300 Subject: DB/Spells: Fixed proc of Ashen Band of Endless Wisdom Spell Item - Icecrown Reputation Ring Healer Trigger should proc on cast. Fix proc with spells like Rejuvenation (checked on retail). --- sql/updates/world/3.3.5/2017_10_05_06_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_10_05_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_10_05_06_world.sql b/sql/updates/world/3.3.5/2017_10_05_06_world.sql new file mode 100644 index 00000000000..ef799ba6987 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_10_05_06_world.sql @@ -0,0 +1,2 @@ +-- Item - Icecrown Reputation Ring Healer Trigger, spell should proc on cast +UPDATE `spell_proc` SET `SpellPhaseMask`=1 WHERE `SpellId`=72419; -- cgit v1.2.3