From 25c5c531804cd0e976f521b056279e14706a071b Mon Sep 17 00:00:00 2001 From: Yarukon <61296195+Yarukon@users.noreply.github.com> Date: Sun, 27 Apr 2025 19:39:51 +0800 Subject: [PATCH] Update TargetSystem.cs --- FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs b/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs index 6ad3b7c561..59b2498f85 100644 --- a/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs +++ b/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs @@ -57,7 +57,7 @@ public unsafe partial struct TargetSystem { [MemberFunction("E9 ?? ?? ?? ?? 48 8B 01 FF 50 08")] public partial ulong InteractWithObject(GameObject* obj, bool checkLineOfSight = true); - [MemberFunction("48 89 6C 24 ?? 56 48 ?? ?? ?? F6 81 ?? ?? ?? ?? ?? 48 ?? ?? 48")] + [MemberFunction("E9 ?? ?? ?? ?? 8B C0 48 8D 0D ?? ?? ?? ?? 45 33 C9")] public partial void OpenObjectInteraction(GameObject* obj); [MemberFunction("E8 ?? ?? ?? ?? 48 8B D8 48 85 C0 74 50 48 8B CB")]