Skip to content

Commit

Permalink
fix Job offset
Browse files Browse the repository at this point in the history
  • Loading branch information
qitana committed Aug 11, 2020
1 parent 03766db commit 90f4403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OverlayPlugin.Core/EventSources/EnmityMemory52.cs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public unsafe struct CombatantMemory
[FieldOffset(0x189C)]
public int MaxHP;

[FieldOffset(0x18D6)]
[FieldOffset(0x18DA)]
public byte Job;

[FieldOffset(0x1958)]
Expand Down

0 comments on commit 90f4403

Please sign in to comment.