~ruther/NosSmooth

2a4adc29616e9c89e1b284dba69eef3a86e9757b — Rutherther 3 years ago 09416b1
fix(localbinding): use correct pet manager list pattern
1 files changed, 2 insertions(+), 2 deletions(-)

M Local/NosSmooth.LocalBinding/Options/PetManagerOptions.cs
M Local/NosSmooth.LocalBinding/Options/PetManagerOptions.cs => Local/NosSmooth.LocalBinding/Options/PetManagerOptions.cs +2 -2
@@ 18,11 18,11 @@ public class PetManagerOptions
    /// Gets or sets the pattern to find static pet manager list address at.
    /// </summary>
    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";

    /// <summary>
    /// Gets or sets the offsets to find the pet manager list at from the static address.
    /// </summary>
    public int[] PetManagerListOffsets { get; set; }
        = { 0 };
        = { 5, 0 };
}
\ No newline at end of file

Do not follow this link