From d7d029e3cd228b1b74482ba61056478eb93ad1b2 Mon Sep 17 00:00:00 2001 From: Kaz Wolfe Date: Fri, 28 Jun 2024 14:47:56 -0700 Subject: [PATCH] fix size of GameInventoryItem --- Dalamud/Game/Inventory/GameInventoryItem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Game/Inventory/GameInventoryItem.cs b/Dalamud/Game/Inventory/GameInventoryItem.cs index fbab760bc..3844da15d 100644 --- a/Dalamud/Game/Inventory/GameInventoryItem.cs +++ b/Dalamud/Game/Inventory/GameInventoryItem.cs @@ -18,7 +18,7 @@ public unsafe struct GameInventoryItem : IEquatable [FieldOffset(0)] internal readonly InventoryItem InternalItem; - private const int StructSizeInBytes = 0x38; + private const int StructSizeInBytes = 0x40; /// /// The view of the backing data, in .