*Remove some of no longer needed debug code.

--HG--
branch : trunk
This commit is contained in:
QAston
2010-01-18 23:47:26 +01:00
parent 1c5060f455
commit f5dea61b66
11 changed files with 0 additions and 29 deletions

View File

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