From 608e13cf75e248cfc06ed1acef737716a1e394b4 Mon Sep 17 00:00:00 2001 From: Aireil <33433913+Aireil@users.noreply.github.com> Date: Mon, 18 May 2026 23:20:23 +0200 Subject: [PATCH] Fix size issue in AgentRaidFinder --- FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentRaidFinder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentRaidFinder.cs b/FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentRaidFinder.cs index e326c6949..ce59dda6b 100644 --- a/FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentRaidFinder.cs +++ b/FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentRaidFinder.cs @@ -16,7 +16,7 @@ public partial struct AgentRaidFinder { [GenerateInterop] [StructLayout(LayoutKind.Explicit, Size = 0x110)] public partial struct TabData { - [FieldOffset(0x00), FixedSizeArray] internal FixedSizeArray5 _entries; + [FieldOffset(0x00), FixedSizeArray] internal FixedSizeArray8 _entries; [FieldOffset(0xA0)] public int EntryCount;