From 08614b2715be36abf11ad743d87029cdd90d29e6 Mon Sep 17 00:00:00 2001 From: nt153133 <52430037+nt153133@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:28:23 -0400 Subject: [PATCH] fix: my mistake --- Memory/OffsetManager.cs | 2 +- RetainerItemFinder/ItemFinder.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Memory/OffsetManager.cs b/Memory/OffsetManager.cs index 9a0db93..b825618 100644 --- a/Memory/OffsetManager.cs +++ b/Memory/OffsetManager.cs @@ -58,7 +58,7 @@ public static class OffsetManager public static ConcurrentDictionary OffsetCache = new(); - private const long _version = 5; + private const long _version = 6; private const bool _debug = false; diff --git a/RetainerItemFinder/ItemFinder.cs b/RetainerItemFinder/ItemFinder.cs index 8f12bd0..2cb2938 100644 --- a/RetainerItemFinder/ItemFinder.cs +++ b/RetainerItemFinder/ItemFinder.cs @@ -254,7 +254,7 @@ private static class Offsets internal static int GetRaptureItemFinder; [Offset("Search 49 8D 8E ? ? ? ? 33 D2 FF 50 ? 41 80 BE ? ? ? ? ? Add 3 Read32")] - [OffsetDawntrail("Search 49 8B 86 ? ? ? ? 49 8D 8E ? ? ? ? 33 D2 FF 50 60 41 0F B6 86 ? ? ? ? Add 10 Read32")] //TODO: this is the right area, but i don't know if this is the right offset. + [OffsetDawntrail("Search 49 8B 86 ? ? ? ? 49 8D 8E ? ? ? ? 33 D2 FF 50 60 41 0F B6 86 ? ? ? ? Add A Read32")] //TODO: this is the right area, but i don't know if this is the right offset. internal static int RaptureItemFinder; [Offset("Search 4C 8B 85 ? ? ? ? 48 89 B4 24 ? ? ? ? Add 3 Read32")]