Codestyle/Logs: Add more detailed information in Creature::Respawn, replacing the useless previous log

Signed-off-by: Subv <s.v.h21@hotmail.com>
This commit is contained in:
Subv2112
2012-02-03 19:37:28 -05:00
parent 92ad375864
commit 69ab572786

View File

@@ -1565,7 +1565,7 @@ void Creature::Respawn(bool force)
if (m_DBTableGuid)
sObjectMgr->RemoveCreatureRespawnTime(m_DBTableGuid, GetInstanceId());
sLog->outStaticDebug("Respawning...");
sLog->outStaticDebug("Respawning creature %s (GuidLow: %u, Full GUID: " UI64FMTD " Entry: %u)", GetName(), GetGUIDLow(), GetGUID(), GetEntry());
m_respawnTime = 0;
lootForPickPocketed = false;
lootForBody = false;