Add more debug logging for ServerListPacket [skip ci]

This commit is contained in:
Akkadius
2019-07-10 00:45:40 -05:00
parent 2a927c5c80
commit 7b808ee6e0
2 changed files with 25 additions and 2 deletions
+1 -1
View File
@@ -416,7 +416,7 @@ bool Client::HandleSendLoginInfoPacket(const EQApplicationPacket *app)
}
is_player_zoning = (login_info->zoning == 1);
uint32 id = std::stoi(name);
if (id == 0) {
LogWarning("Receiving Login Info Packet from Client | account_id is 0 - disconnecting");