diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index eb50a011..06c57fcc 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -4546,7 +4546,8 @@ struct G_Unknown_6x6F { struct G_SyncPlayerDispAndInventory_V3_6x70 { G_ExtendedHeader header; // Offsets in this struct are relative to the overall command header - /* 000C */ parray unknown_a1; + /* 000C */ le_uint16_t client_id; + /* 000E */ le_uint16_t unknown_a1; // [1] and [3] in this array (and maybe [2] also) appear to be le_floats; // they could be the player's current (x, y, z) coords /* 0010 */ parray unknown_a2;