Skip to content

Commit

Permalink
Fix area level offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Qvin0000 committed Sep 7, 2019
1 parent 25f31f2 commit 85eeabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameOffsets/IngameDataOffsets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace GameOffsets
public struct IngameDataOffsets
{
[FieldOffset(0x60)] public long CurrentArea;
[FieldOffset(0x68)] public byte CurrentAreaLevel;
[FieldOffset(0x78)] public byte CurrentAreaLevel;
[FieldOffset(0xE0)] public NativePtrArray MapStats;
[FieldOffset(0xDC)] public uint CurrentAreaHash;
[FieldOffset(0x408)] public long LocalPlayer;
Expand Down

0 comments on commit 85eeabd

Please sign in to comment.