*Add a check for Glyph of Swiftmend in Swiftmend code.

--HG--
branch : trunk
This commit is contained in:
Anubisss
2009-04-06 18:00:16 +02:00
parent b4e7c01a90
commit 37632e4e39

View File

@@ -2524,7 +2524,10 @@ void Spell::SpellDamageHeal(uint32 /*i*/)
}
}
addhealth += tickheal * tickcount;
unitTarget->RemoveAura(targetAura->GetId(), targetAura->GetCasterGUID());
// Glyph of Swiftmend
if(!caster->GetAura(54824))
unitTarget->RemoveAura(targetAura->GetId(), targetAura->GetCasterGUID());
//addhealth += tickheal * tickcount;
//addhealth = caster->SpellHealingBonus(m_spellInfo, addhealth,HEAL, unitTarget);