include AccountID in loginMetadata

This commit is contained in:
2023-06-22 18:12:31 -05:00
parent d42a34535b
commit 1da82ac750
3 changed files with 7 additions and 5 deletions

View File

@@ -286,8 +286,9 @@ func (server *LoginServer) ShardSelect(peer *protocol.CNPeer, pkt protocol.Packe
// share the login attempt
server.redisHndlr.QueueLogin(key, redis.LoginMetadata{
FEKey: peer.FE_key,
PlayerID: int32(selection.IPC_UID),
FEKey: peer.FE_key,
PlayerID: int32(selection.IPC_UID),
AccountID: peer.AccountID,
})
// craft response