From 6738af87d645a8b6218cab74766c7c0ea10fb451 Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Sat, 27 May 2023 02:18:47 -0400 Subject: [PATCH] fix: update examine offset --- XivCommon/Functions/Examine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XivCommon/Functions/Examine.cs b/XivCommon/Functions/Examine.cs index 6264ab4..c8b3d19 100755 --- a/XivCommon/Functions/Examine.cs +++ b/XivCommon/Functions/Examine.cs @@ -50,7 +50,7 @@ namespace XivCommon.Functions { // 40 55 53 57 41 54 41 55 41 56 48 8D 6C 24 // offset below is 4C 8B B0 ?? ?? ?? ?? 4D 85 F6 0F 84 ?? ?? ?? ?? 0F B6 83 var agentModule = (IntPtr) Framework.Instance()->GetUiModule()->GetAgentModule(); - var rciData = Marshal.ReadIntPtr(agentModule + 0x1A8); + var rciData = Marshal.ReadIntPtr(agentModule + 0x1B0); // offsets at sig E8 ?? ?? ?? ?? 33 C0 EB 4C // this is called at the end of the 2c case