From 7114798e69834fff685b3d56dabf9ed1b38f705c Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sun, 21 Sep 2025 17:18:42 -0700 Subject: [PATCH] fix size check on 6xDD extension --- src/CommandFormats.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index c5fe69ee..0ee1fdbd 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -6417,7 +6417,7 @@ struct G_SetEXPMultiplier_BB_6xDD { struct G_SetFractionalEXPMultiplier_Extension_BB_6xDD { G_ParameterHeader header; le_float multiplier; -} __packed_ws__(G_SetEXPMultiplier_BB_6xDD, 4); +} __packed_ws__(G_SetFractionalEXPMultiplier_Extension_BB_6xDD, 8); // 6xDE: Exchange Secret Lottery Ticket (BB; handled by server) // The client sends this when it executes an F95C quest opcode.