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.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index ade913d8c26..a6dae99b7ef 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -3782,7 +3782,6 @@ bool Unit::AddAura(Aura *Aur)
if(Aur->GetSpellProto()->Attributes & SPELL_ATTR_BREAKABLE_BY_DAMAGE)
{
m_ccAuras.push_back(Aur);
- RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_CC);
}
}