Skip to content

Commit

Permalink
fix: my mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
nt153133 committed Jul 1, 2024
1 parent b4cf9a0 commit 08614b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Memory/OffsetManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static class OffsetManager

public static ConcurrentDictionary<string, long> OffsetCache = new();

private const long _version = 5;
private const long _version = 6;

private const bool _debug = false;

Expand Down
2 changes: 1 addition & 1 deletion RetainerItemFinder/ItemFinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 08614b2

Please sign in to comment.