From 8f788e462b000983fc1aefa7c13de610fd6245f9 Mon Sep 17 00:00:00 2001 From: Anna Date: Wed, 14 Apr 2021 18:21:59 -0400 Subject: [PATCH] chore: add last update --- ExpandedSearchInfo/GameFunctions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExpandedSearchInfo/GameFunctions.cs b/ExpandedSearchInfo/GameFunctions.cs index 1edf8b2..ef9d9fe 100644 --- a/ExpandedSearchInfo/GameFunctions.cs +++ b/ExpandedSearchInfo/GameFunctions.cs @@ -32,9 +32,9 @@ namespace ExpandedSearchInfo { var result = this._searchInfoDownloadedHook!.Original(data, a2, searchInfoPtr, a4); try { + // Updated: 4.5 var actorId = Marshal.ReadInt32(data + 48); - // var searchInfoPtr = data + 90; var searchInfo = this.Plugin.Interface.SeStringManager.ReadRawSeString(searchInfoPtr); this.ReceiveSearchInfo?.Invoke(actorId, searchInfo);