*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

@@ -1283,10 +1283,7 @@ void GameEventMgr::GameEventSpawn(int16 event_id)
Creature* pCreature = new Creature;
//sLog.outDebug("Spawning creature %u",*itr);
if (!pCreature->LoadFromDB(*itr, map))
{
pCreature->CleanupsBeforeDelete();
delete pCreature;
}
else
map->Add(pCreature);
}