aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFarah <none@none>2009-05-13 17:05:51 +0200
committerFarah <none@none>2009-05-13 17:05:51 +0200
commit8db26443d06bffa32293b64ff9f0fffcdeec99b0 (patch)
tree97a2673f331e4e4522d4ce79e2b7c2f1d58cf4a2
parenta0a6efd89e75ac4f85b7179bcca60fd81198b492 (diff)
*Fix Glyph of Prayer of healing
--HG-- branch : trunk
-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: