From 37b7119ea569eb70d68a61908d2763c7d286eec1 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Wed, 13 Jul 2022 23:36:31 -0700 Subject: [PATCH] more format doc updates --- src/CommandFormats.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index 62f74002..01262d48 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -320,7 +320,9 @@ struct S_ServerInit_BB_03_9B { struct C_LegacyLogin_PC_GC_04 { le_uint64_t unused1; // Same as unused field in 9D/9E le_uint32_t sub_version; - le_uint32_t unused2; + uint8_t unknown_a1; + uint8_t language; // Same as 9D/9E + le_uint16_t unknown_a2; ptext serial_number; ptext access_key; };