From c4a6f6c18827aca57c563b96c6c6091a26e1b2b6 Mon Sep 17 00:00:00 2001 From: Anna Date: Thu, 12 May 2022 22:31:26 -0400 Subject: [PATCH] chore: update offset for 6.11 --- 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 9ecf503..7d6ba75 100755 --- a/ChatTwo/GameFunctions/GameFunctions.cs +++ b/ChatTwo/GameFunctions/GameFunctions.cs @@ -188,7 +188,7 @@ internal unsafe class GameFunctions : IDisposable { // vcall from E8 ?? ?? ?? ?? 0F B7 C0 48 83 C4 60 var vf5 = (delegate* unmanaged*) ((IntPtr) addon->VTable + 40); - // E8872D: lets vf5 actually run + // EA8BED: lets vf5 actually run *(byte*) ((IntPtr) atkStage + 0x2B4) |= 2; (*vf5)(addon, 0, 15); }