mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
*Fix Glyph of Prayer of healing
--HG-- branch : trunk
This commit is contained in:
@@ -5607,6 +5607,13 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
|
||||
triggered_spell_id = 56160;
|
||||
break;
|
||||
}
|
||||
// Glyph of Prayer of Healing
|
||||
case 55680:
|
||||
{
|
||||
basepoints0 = int32(damage * 20 / 100 / 2); // divided in two ticks
|
||||
triggered_spell_id = 56161;
|
||||
break;
|
||||
}
|
||||
// Improved Shadowform
|
||||
case 47570:
|
||||
case 47569:
|
||||
|
||||
Reference in New Issue
Block a user