From 84a13e6972341c445025f7e0102fa50b19f7f665 Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 3 Oct 2023 03:47:39 -0400 Subject: [PATCH] fix: update signature --- ChatTwo/GameFunctions/Context.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatTwo/GameFunctions/Context.cs b/ChatTwo/GameFunctions/Context.cs index da4b3e1..854834a 100755 --- a/ChatTwo/GameFunctions/Context.cs +++ b/ChatTwo/GameFunctions/Context.cs @@ -29,7 +29,7 @@ internal sealed unsafe class Context { #region Offsets [Signature( - "FF 90 ?? ?? ?? ?? 8B 93 ?? ?? ?? ?? 48 8B C8 E8 ?? ?? ?? ?? E9 ?? ?? ?? ?? 41 B4 01", + "FF 90 ?? ?? ?? ?? 8B 93 ?? ?? ?? ?? 48 8B C8 E8 ?? ?? ?? ?? 41 0F B6 D4 48 8B CB E8 ?? ?? ?? ?? E9 ?? ?? ?? ?? 48 81 FF ?? ?? ?? ?? 0F 85", Offset = 2 )] private readonly int? _searchForRecipesUsingItemVfunc;