Skip to content

Commit

Permalink
fix: character agents
Browse files Browse the repository at this point in the history
  • Loading branch information
nt153133 committed Jul 2, 2024
1 parent c90d94e commit 4e980ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RemoteAgents/AgentCharacter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class AgentCharacter : AgentInterface<AgentCharacter>, IAgent
private static class Offsets
{
[Offset("Search 48 8D 05 ? ? ? ? 89 77 ? Add 3 TraceRelative")]
[OffsetDawntrail("Search 48 8D 05 ? ? ? ? 48 8B D9 48 89 01 E8 ? ? ? ? 48 8B 4B ? 48 85 C9 74 ? 48 8B 53 ? Add 3 TraceRelative")]
[OffsetDawntrail("Search 48 8D 05 ? ? ? ? 89 77 ? 48 8D 4F ? Add 3 TraceRelative")]
internal static IntPtr Vtable;
}

Expand Down

0 comments on commit 4e980ef

Please sign in to comment.