From 20a85b4df740da78801c3c113e5d43fa64ff47cd Mon Sep 17 00:00:00 2001 From: Anna Date: Thu, 12 May 2022 22:32:01 -0400 Subject: [PATCH] fix: use correct vfuncs --- ChatTwo/GameFunctions/Chat.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChatTwo/GameFunctions/Chat.cs b/ChatTwo/GameFunctions/Chat.cs index 1d202f1..b7cb1c7 100755 --- a/ChatTwo/GameFunctions/Chat.cs +++ b/ChatTwo/GameFunctions/Chat.cs @@ -185,10 +185,10 @@ internal sealed unsafe class Chat : IDisposable { *(int*) (uiModule + this._linkshellCycleOffset.Value) = -1; } - return RotateLinkshellHistoryInternal(189, mode); + return RotateLinkshellHistoryInternal(201, mode); } - internal ulong RotateCrossLinkshellHistory(RotateMode mode) => RotateLinkshellHistoryInternal(191, mode); + internal ulong RotateCrossLinkshellHistory(RotateMode mode) => RotateLinkshellHistoryInternal(203, mode); private static ulong RotateLinkshellHistoryInternal(int vfunc, RotateMode mode) { var idx = mode switch {