From 8db26443d06bffa32293b64ff9f0fffcdeec99b0 Mon Sep 17 00:00:00 2001 From: Farah Date: Wed, 13 May 2009 17:05:51 +0200 Subject: *Fix Glyph of Prayer of healing --HG-- branch : trunk --- src/game/Unit.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 3939877647d..af000f67416 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -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: -- cgit v1.2.3