Core: Fix warnings

This commit is contained in:
Vincent-Michael
2014-09-17 16:58:08 +02:00
parent af7daba02d
commit 7db99ca007
4 changed files with 5 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ WorldObject::~WorldObject()
{
if (GetTypeId() == TYPEID_CORPSE)
{
TC_LOG_FATAL("misc", "Object::~Object Corpse type=%d deleted but still in map!!",
TC_LOG_FATAL("misc", "Object::~Object Corpse Guid: %s Type: %d deleted but still in map!!",
GetGUID().ToString().c_str(), ((Corpse*)this)->GetType());
ASSERT(false);
}