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); }