diff --git a/source/WorldServer/Entity.cpp b/source/WorldServer/Entity.cpp index 2291762..b679bcd 100644 --- a/source/WorldServer/Entity.cpp +++ b/source/WorldServer/Entity.cpp @@ -106,8 +106,6 @@ Entity::~Entity(){ for (itr4 = immunities.begin(); itr4 != immunities.end(); itr4++) safe_delete(itr4->second); immunities.clear(); - if(!IsPlayer()) - DeleteSpellEffects(true); safe_delete(m_threatTransfer); }