diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 1138da4ba28..0460413371f 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -3889,7 +3889,6 @@ bool Unit::AddAura(Aura *Aur, bool handleEffects) //***************************************************** if(AuraState aState = GetSpellAuraState(Aur->GetSpellProto())) { - bool found = false; m_auraStateAuras.insert(AuraStateAurasMap::value_type(aState, Aur)); ModifyAuraState(aState, true); } |