Skip to content

Commit

Permalink
Update ItemFinderModule.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Caraxi committed Oct 7, 2024
1 parent 08445d7 commit a6260e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FFXIVClientStructs/FFXIV/Client/UI/Misc/ItemFinderModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ public unsafe partial struct ItemFinderModule {
[FieldOffset(0xA6)] public byte UnkA6;
[FieldOffset(0xA7)] public byte UnkA7;
[FieldOffset(0xA8)] public StdList<ulong> UpdatedRetainerIds;
[FieldOffset(0xA8), CExportIgnore] public nint Retainer;
[FieldOffset(0xB0), CExportIgnore] public long RetainerCount;
[FieldOffset(0xA8), Obsolete("Use UpdatedRetainerIds instead")] public nint Retainer;
[FieldOffset(0xB0), Obsolete("Use UpdatedRetainerIds.LongCount instead")] public long RetainerCount;
[FieldOffset(0xB8)] public StdMap<ulong, Pointer<ItemFinderRetainerInventory>> RetainerInventories;
[FieldOffset(0xB8), Obsolete("Use RetainerInventories instead")] public nint RetainerInventory;
[FieldOffset(0xC0), Obsolete("Use RetainerInventories.LongCount instead")] public long RetainerInventoryCount;
Expand Down

0 comments on commit a6260e0

Please sign in to comment.