Fix compile [skip ci]

This commit is contained in:
Akkadius 2019-09-07 02:30:33 -05:00
parent 6222132625
commit cc377f2659
2 changed files with 3 additions and 3 deletions

View File

@ -443,7 +443,7 @@ bool Client::HandleSendLoginInfoPacket(const EQApplicationPacket *app)
// Could use a Logging Out Completely message somewhere.
cle->SetOnline(CLE_Status::CharSelect);
LogInfo("Account ({}) Logging({}) to character select :: LSID [{}] ",cle->AccountName(), inout, cle->LSID());
LogInfo("Account ({}) Logging({}) to character select :: LSID [{}] ", cle->AccountName(), inout, cle->LSID());
}
else {
cle->SetOnline();
@ -1198,7 +1198,7 @@ void Client::EnterWorld(bool TryBootup) {
cle->SetChar(charid, char_name);
database.UpdateLiveChar(char_name, GetAccountID());
LogInfo(,
LogInfo(
"({}) [{}] [{}] (Zone ID [{}]: Instance ID: [{}]) ",
char_name,
(seen_character_select ? "Zoning from character select" : "Zoning to"),

View File

@ -139,7 +139,7 @@ void ClientListEntry::SetOnline(ZoneServer *iZS, CLE_Status iOnline)
void ClientListEntry::SetOnline(CLE_Status iOnline)
{
LogInfo(
"ClientListEntry::SetOnline for {}({}) = {}",
"ClientListEntry::SetOnline for [{}] ({}) = {}",
AccountName(),
AccountID(),
iOnline