diff options
author | QAston <none@none> | 2009-04-06 21:40:22 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-04-06 21:40:22 +0200 |
commit | 1bd539103bfb99bd05a0f973eae259296dc00d57 (patch) | |
tree | 8234517314c39e8255094049a3b5ba4b358852e1 /src | |
parent | 09ac9f24ff42b8b75b92d949496bd7e7932638e1 (diff) |
*Missing part of last commit.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Unit.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 20025cfcd45..81c1e6f388a 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -4078,6 +4078,7 @@ void Unit::RemoveAura(AuraMap::iterator &i, AuraRemoveMode mode) if (Aur->IsUpdated()) { Aur->RemoveAura(); + return; } SpellEntry const* AurSpellInfo = Aur->GetSpellProto(); |