diff options
author | Farah <none@none> | 2009-05-13 17:05:51 +0200 |
---|---|---|
committer | Farah <none@none> | 2009-05-13 17:05:51 +0200 |
commit | 8db26443d06bffa32293b64ff9f0fffcdeec99b0 (patch) | |
tree | 97a2673f331e4e4522d4ce79e2b7c2f1d58cf4a2 /src/game/Unit.cpp | |
parent | a0a6efd89e75ac4f85b7179bcca60fd81198b492 (diff) |
*Fix Glyph of Prayer of healing
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
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: |