aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/Unit.cpp7
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: