mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 03:11:28 +00:00
Fix compile [skip ci]
This commit is contained in:
parent
6222132625
commit
cc377f2659
@ -443,7 +443,7 @@ bool Client::HandleSendLoginInfoPacket(const EQApplicationPacket *app)
|
|||||||
// Could use a Logging Out Completely message somewhere.
|
// Could use a Logging Out Completely message somewhere.
|
||||||
cle->SetOnline(CLE_Status::CharSelect);
|
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 {
|
else {
|
||||||
cle->SetOnline();
|
cle->SetOnline();
|
||||||
@ -1198,7 +1198,7 @@ void Client::EnterWorld(bool TryBootup) {
|
|||||||
cle->SetChar(charid, char_name);
|
cle->SetChar(charid, char_name);
|
||||||
database.UpdateLiveChar(char_name, GetAccountID());
|
database.UpdateLiveChar(char_name, GetAccountID());
|
||||||
|
|
||||||
LogInfo(,
|
LogInfo(
|
||||||
"({}) [{}] [{}] (Zone ID [{}]: Instance ID: [{}]) ",
|
"({}) [{}] [{}] (Zone ID [{}]: Instance ID: [{}]) ",
|
||||||
char_name,
|
char_name,
|
||||||
(seen_character_select ? "Zoning from character select" : "Zoning to"),
|
(seen_character_select ? "Zoning from character select" : "Zoning to"),
|
||||||
|
|||||||
@ -139,7 +139,7 @@ void ClientListEntry::SetOnline(ZoneServer *iZS, CLE_Status iOnline)
|
|||||||
void ClientListEntry::SetOnline(CLE_Status iOnline)
|
void ClientListEntry::SetOnline(CLE_Status iOnline)
|
||||||
{
|
{
|
||||||
LogInfo(
|
LogInfo(
|
||||||
"ClientListEntry::SetOnline for {}({}) = {}",
|
"ClientListEntry::SetOnline for [{}] ({}) = {}",
|
||||||
AccountName(),
|
AccountName(),
|
||||||
AccountID(),
|
AccountID(),
|
||||||
iOnline
|
iOnline
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user