From 2a4adc29616e9c89e1b284dba69eef3a86e9757b Mon Sep 17 00:00:00 2001 From: Rutherther Date: Thu, 27 Jan 2022 14:33:05 +0100 Subject: [PATCH] fix(localbinding): use correct pet manager list pattern --- Local/NosSmooth.LocalBinding/Options/PetManagerOptions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Local/NosSmooth.LocalBinding/Options/PetManagerOptions.cs b/Local/NosSmooth.LocalBinding/Options/PetManagerOptions.cs index 93d156b..ad8a8cc 100644 --- a/Local/NosSmooth.LocalBinding/Options/PetManagerOptions.cs +++ b/Local/NosSmooth.LocalBinding/Options/PetManagerOptions.cs @@ -18,11 +18,11 @@ public class PetManagerOptions /// Gets or sets the pattern to find static pet manager list address at. /// public string PetManagerListPattern { get; set; } - = "?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? FF FF FF FF 00 00 00 00 00 00 00 00 C0 E4"; + = "8B F8 8B D3 A1 ?? ?? ?? ?? E8 ?? ?? ?? ?? 8B D0"; /// /// Gets or sets the offsets to find the pet manager list at from the static address. /// public int[] PetManagerListOffsets { get; set; } - = { 0 }; + = { 5, 0 }; } \ No newline at end of file -- 2.48.1