Skip to content

Commit 23758c2

Browse files
committed
fix: update lobby character size
1 parent 3a4fc37 commit 23758c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentLobby.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public unsafe partial struct LobbyData {
123123
}
124124

125125
[GenerateInterop]
126-
[StructLayout(LayoutKind.Explicit, Size = 0x6F8)]
126+
[StructLayout(LayoutKind.Explicit, Size = 0x718)]
127127
public unsafe partial struct CharaSelectCharacterEntry {
128128
[FieldOffset(0x8)] public ulong ContentId;
129129
[FieldOffset(0x10)] public byte Index;

0 commit comments

Comments
 (0)