Skip to content

Commit

Permalink
fix TargetID offset
Browse files Browse the repository at this point in the history
  • Loading branch information
qitana committed Dec 9, 2020
1 parent d14b997 commit f6a4644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OverlayPlugin.Core/MemoryProcessors/EnmityMemory54.cs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public unsafe struct CombatantMemory
[FieldOffset(0xB0)]
public Single Rotation;

[FieldOffset(0x18B0)]
[FieldOffset(0x18B8)]
public uint TargetID;

[FieldOffset(0x1C4)]
Expand Down

0 comments on commit f6a4644

Please sign in to comment.