aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r--src/game/Unit.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index c8f280a906f..6f6d323c2a8 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -3903,8 +3903,6 @@ bool Unit::RemoveNoStackAurasDueToAura(Aura *Aur)
return true;
}
- SpellSpecific spellId_spec = GetSpellSpecific(spellId);
-
//bool linked = spellmgr.GetSpellCustomAttr(spellId) & SPELL_ATTR_CU_LINK_AURA? true : false;
for(AuraMap::iterator i = m_Auras.begin(); i != m_Auras.end(); ++i)