Skip to content

Commit

Permalink
fix inventorymanager sig
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcomp committed Nov 16, 2024
1 parent f58714a commit 31a4341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public unsafe partial struct InventoryManager {
[MemberFunction("E8 ?? ?? ?? ?? 0F B6 C0 85 F6")]
public partial byte GetPermittedGearsetCount();

[MemberFunction("E8 ?? ?? ?? ?? 44 8B E8 44 3B F8")]
[MemberFunction("E8 ?? ?? ?? ?? 85 C0 74 39 48 8B 06")]
public partial uint GetEmptySlotsInBag();

[MemberFunction("E8 ?? ?? ?? ?? 3B 44 24 58")]
Expand Down

0 comments on commit 31a4341

Please sign in to comment.