mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
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:
2
sql/updates/world/3.3.5/2017_10_05_06_world.sql
Normal file
2
sql/updates/world/3.3.5/2017_10_05_06_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user