*Fix Glyph of Prayer of healing

--HG--
branch : trunk
This commit is contained in:
Farah
2009-05-13 17:05:51 +02:00
parent a0a6efd89e
commit 8db26443d0

View File

@@ -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: