Core/Player: Improve a log message

This commit is contained in:
Carbenium
2015-11-10 00:06:03 +01:00
parent 4ea7e707f7
commit 7eb314fcd1
+1 -2
View File
@@ -21129,8 +21129,7 @@ void Player::InitDisplayIds()
SetNativeDisplayId(info->displayId_m);
break;
default:
TC_LOG_ERROR("entities.player", "Invalid gender %u for player", gender);
return;
TC_LOG_ERROR("entities.player", "Player %s (%s) has invalid gender %u", GetName().c_str(), GetGUID().ToString().c_str(), gender);
}
}