mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 07:21:48 +00:00
Fix compile [skip ci]
This commit is contained in:
parent
6222132625
commit
cc377f2659
@ -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