From 167becddcf98b77d193ad3c94216aa38c89bdeac Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sun, 8 May 2022 19:22:56 -0700 Subject: [PATCH] fix some fields in BB 93 command --- src/CommandFormats.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index d382f84b..b73e5d3c 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -807,7 +807,10 @@ struct S_ArrowUpdateEntry_88 { // 93 (C->S): Log in (BB) struct C_Login_BB_93 { - ptext unused; + le_uint32_t player_tag; + le_uint32_t guild_card_number; + ptext unused; + le_uint32_t team_id; ptext username; ptext unused2; ptext password;