diff options
author | QAston <none@none> | 2010-01-18 23:47:26 +0100 |
---|---|---|
committer | QAston <none@none> | 2010-01-18 23:47:26 +0100 |
commit | f5dea61b66a616110cfc82ff640ec448b1efa702 (patch) | |
tree | 67b4296a1da2fccec74b030696c6492a4d228886 /src/game/PoolHandler.cpp | |
parent | 1c5060f4555c1bb58fd6834189d58ce723b59ccf (diff) |
*Remove some of no longer needed debug code.
--HG--
branch : trunk
Diffstat (limited to 'src/game/PoolHandler.cpp')
-rw-r--r-- | src/game/PoolHandler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/PoolHandler.cpp b/src/game/PoolHandler.cpp index 1774907bcd0..c2cb8045b81 100644 --- a/src/game/PoolHandler.cpp +++ b/src/game/PoolHandler.cpp @@ -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; } |