Core/Misc: Fix a compile warning.

Closes #11229
This commit is contained in:
Discover-
2013-11-18 11:18:28 +01:00
parent 2b59ef81fd
commit eacf961e72
+1 -1
View File
@@ -17174,7 +17174,7 @@ bool Player::LoadFromDB(uint32 guid, SQLQueryHolder *holder)
}
else
{
TC_LOG_ERROR("entities.player", "Player (guidlow %d) have problems with transport guid (%u). Teleport to bind location.",
TC_LOG_ERROR("entities.player", "Player (guidlow %u) have problems with transport guid (%u). Teleport to bind location.",
guid, transGUID);
RelocateToHomebind();