mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Fixed some format arg type/value pairs. Other warnings.
This commit is contained in:
parent
715df4e28c
commit
8563b88859
15 changed files with 30 additions and 26 deletions
|
|
@ -749,7 +749,8 @@ void WorldSession::HandlePlayerLogin(LoginQueryHolder * holder)
|
|||
SendNotification(LANG_GM_ON);
|
||||
|
||||
std::string IP_str = GetRemoteAddress();
|
||||
sLog.outChar("Account: %d (IP: %s) Login Character:[%s] (guid:%u)",GetAccountId(),IP_str.c_str(),pCurrChar->GetName() ,pCurrChar->GetGUID());
|
||||
sLog.outChar("Account: %d (IP: %s) Login Character:[%s] (guid:%u)",
|
||||
GetAccountId(),IP_str.c_str(),pCurrChar->GetName() ,pCurrChar->GetGUIDLow());
|
||||
|
||||
m_playerLoading = false;
|
||||
delete holder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue