Skip to content

Commit

Permalink
Merge pull request #252 from qitana/update-memory-for-6.1
Browse files Browse the repository at this point in the history
fix offsets for 6.1
  • Loading branch information
ngld authored Apr 14, 2022
2 parents 87723ff + 883d3ec commit d12b711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OverlayPlugin.Core/MemoryProcessors/EnmityMemory61.cs
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ public unsafe struct CombatantMemory
[FieldOffset(0XC0)]
public Single Radius;

[FieldOffset(0x1940)]
[FieldOffset(0x1A50)]
public uint TargetID;

[FieldOffset(0x1C4)]
Expand All @@ -370,7 +370,7 @@ public unsafe struct CombatantMemory
[FieldOffset(0x1E0)]
public byte Job;

[FieldOffset(0x1A38)]
[FieldOffset(0x1B28)]
public fixed byte Effects[effectBytes];
}

Expand Down

0 comments on commit d12b711

Please sign in to comment.