From dea0b1c5a69dad8f3645f2a4f6634f50fdb3ad08 Mon Sep 17 00:00:00 2001 From: QAston Date: Wed, 25 Feb 2009 22:15:14 +0100 Subject: *Fix Prayer of mending bonus healing. --HG-- branch : trunk --- src/game/Unit.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/Unit.cpp') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index d2f857d4bf6..250e5b5b63f 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -12635,6 +12635,8 @@ bool Unit::HandleMeandingAuraProc( Aura* triggeredByAura ) caster->AddSpellMod(mod, true); CastCustomSpell(target,spellProto->Id,&heal,NULL,NULL,true,NULL,triggeredByAura,caster->GetGUID()); caster->AddSpellMod(mod, false); + + heal = caster->SpellHealingBonus(spellProto, heal, HEAL, this); } } } -- cgit v1.2.3