*Prevent assertion fail in Unit::_AddAura after creature add to remove list.

--HG--
branch : trunk
This commit is contained in:
QAston
2010-01-22 20:03:47 +01:00
parent 7b3691ac9e
commit 216d32e8a7
9 changed files with 14 additions and 11 deletions

View File

@@ -1165,7 +1165,7 @@ void WorldObject::setActive( bool on )
}
}
void WorldObject::CleanupsBeforeDelete()
void WorldObject::CleanupsBeforeDelete(bool finalCleanup)
{
}