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).
This commit is contained in:
Keader
2017-10-05 21:26:39 -03:00
committed by Aokromes
parent 7eaf43cb94
commit 606954c56a

View File

@@ -0,0 +1,2 @@
-- Item - Icecrown Reputation Ring Healer Trigger, spell should proc on cast
UPDATE `spell_proc` SET `SpellPhaseMask`=1 WHERE `SpellId`=72419;