From cbaff6f4d102dc4cc8bae31eb1bac51806673e28 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 30 Jan 2022 12:29:18 +0100 Subject: [PATCH] feat(binding): add correct unit manager pattern --- .../Options/UnitManagerBindingOptions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Core/NosSmooth.LocalBinding/Options/UnitManagerBindingOptions.cs b/src/Core/NosSmooth.LocalBinding/Options/UnitManagerBindingOptions.cs index e5de2c1..3ee88df 100644 --- a/src/Core/NosSmooth.LocalBinding/Options/UnitManagerBindingOptions.cs +++ b/src/Core/NosSmooth.LocalBinding/Options/UnitManagerBindingOptions.cs @@ -17,13 +17,13 @@ public class UnitManagerBindingOptions /// Gets or sets the pattern to static address of unit manager. /// public string UnitManagerPattern { get; set; } - = "TODO"; + = "A1 ?? ?? ?? ?? E8 ?? ?? ?? ?? 33 C0 5A 59 59 64 89 10 68 ?? ?? ?? ?? 8D 45 F0 BA"; /// /// Gets or sets the pointer offsets from the unit manager static address. /// public int[] UnitManagerOffsets { get; set; } - = { 15 }; + = { 1, 0 }; /// /// Gets or sets the pattern to find the focus entity method at. -- 2.48.1