mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Fix] Clear GuildOnlineStatus on world boot (#4306)
Ensure that the guild member online status is set to offline (0) when world boots.
This commit is contained in:
@@ -138,7 +138,7 @@ void ClientListEntry::SetOnline(CLE_Status iOnline)
|
||||
"Online status [{}] ({}) status [{}] ({})",
|
||||
AccountName(),
|
||||
AccountID(),
|
||||
CLEStatusString[CLE_Status::Online],
|
||||
CLEStatusString[iOnline],
|
||||
static_cast<int>(iOnline)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user