*Add some debug info to trac reason of assertion fail in Unit destructor.

--HG--
branch : trunk
This commit is contained in:
QAston
2010-01-18 18:42:36 +01:00
parent 844c09fc61
commit 9a7746c9fc
11 changed files with 26 additions and 5 deletions

View File

@@ -255,6 +255,7 @@ bool PoolGroup<Creature>::Spawn1Object(uint32 guid)
//sLog.outDebug("Spawning creature %u",guid);
if (!pCreature->LoadFromDB(guid, map))
{
pCreature->CleanupsBeforeDelete();
delete pCreature;
return false;
}