*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

@@ -71,7 +71,7 @@ GameObject::~GameObject()
// CleanupsBeforeDelete();
}
void GameObject::CleanupsBeforeDelete()
void GameObject::CleanupsBeforeDelete(bool finalCleanup)
{
if(m_uint32Values) // field array can be not exist if GameOBject not loaded
{