Skip to content

Commit

Permalink
fix: Inclusionshop offset
Browse files Browse the repository at this point in the history
  • Loading branch information
nt153133 committed Jul 6, 2024
1 parent dd784c8 commit 8be96d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 = 11;
private const long _version = 12;

private const bool _debug = false;

Expand Down
1 change: 1 addition & 0 deletions RemoteAgents/AgentInclusionShop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ internal static class Offsets
//0x19d0
//6.5 Done
[Offset("Search 48 69 D1 ? ? ? ? 49 8B 89 ? ? ? ? Add 3 Read32")]
[OffsetDawntrail("Search 48 69 D1 ? ? ? ? 4B 8B 8C 01 ? ? ? ? Add 3 Read32")]
internal static int StructSizeSubCategory;

//0x6C
Expand Down

0 comments on commit 8be96d4

Please sign in to comment.