diff options
author | QAston <none@none> | 2009-04-07 20:42:03 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-04-07 20:42:03 +0200 |
commit | c1388e0b5418df0e31ae1dd714667b171058eff1 (patch) | |
tree | 69fdce542099c6eb923089ea61da61848ad8f508 /src | |
parent | 741b51cc471d8a3f897b7ded51e1d3122e3d8300 (diff) | |
parent | d010843abbf5193ee01dd1daea175f7965213ef3 (diff) |
*Merge
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellEffects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index c25f4a372a2..4e1af29d4aa 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -2527,7 +2527,7 @@ void Spell::SpellDamageHeal(uint32 /*i*/) addhealth += tickheal * tickcount; // Glyph of Swiftmend - if(!caster->GetAura(54824)) + if(!caster->GetDummyAura(54824)) unitTarget->RemoveAura(targetAura->GetId(), targetAura->GetCasterGUID()); //addhealth += tickheal * tickcount; |