From abd87b60f1564225ceb65ac25b8336f0964e0b16 Mon Sep 17 00:00:00 2001 From: Anna Date: Wed, 24 Aug 2022 00:29:17 -0400 Subject: [PATCH] fix: update signatures --- ChatTwo/GameFunctions/GameFunctions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatTwo/GameFunctions/GameFunctions.cs b/ChatTwo/GameFunctions/GameFunctions.cs index 1531c78..d12634a 100755 --- a/ChatTwo/GameFunctions/GameFunctions.cs +++ b/ChatTwo/GameFunctions/GameFunctions.cs @@ -33,7 +33,7 @@ internal unsafe class GameFunctions : IDisposable { [Signature("E8 ?? ?? ?? ?? EB 20 48 8B 46 28", Fallibility = Fallibility.Fallible)] private readonly delegate* unmanaged _openAchievement = null!; - [Signature("E8 ?? ?? ?? ?? 84 C0 49 8B DE", Fallibility = Fallibility.Fallible)] + [Signature("E8 ?? ?? ?? ?? 41 8D 4F 08 84 C0", Fallibility = Fallibility.Fallible)] private readonly delegate* unmanaged _inInstance = null!; #endregion