diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index c415d0a9d1b..6a3efdf266f 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -257,6 +257,9 @@ Unit::~Unit() RemoveAllDynObjects(); if(m_charmInfo) delete m_charmInfo; + + RemoveAllAuras(); + assert(m_Auras.begin() == m_Auras.end()); } void Unit::Update( uint32 p_time )