From 1bd539103bfb99bd05a0f973eae259296dc00d57 Mon Sep 17 00:00:00 2001 From: QAston Date: Mon, 6 Apr 2009 21:40:22 +0200 Subject: *Missing part of last commit. --HG-- branch : trunk --- src/game/Unit.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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(); -- cgit v1.2.3