mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
*Add a check for Glyph of Swiftmend in Swiftmend code.
--HG-- branch : trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user