From 639c1c3e95a256c680fc7d249d09ae3518d17e62 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sun, 11 Feb 2024 15:50:28 -0800 Subject: [PATCH] add 06 phase to 93 notes --- src/CommandFormats.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index a485be86..433c3c0e 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -1696,7 +1696,8 @@ struct C_LoginBase_BB_93 { // 02 - create character // 03 - apply updates from dressing room // 04 - login server - // 05 - lobby server (and beyond) + // 05 - lobby server + // 06 - lobby server (with Meet User fields specified) uint8_t connection_phase = 0; uint8_t client_code = 0; le_uint32_t security_token = 0;