5.18 offsets.

This commit is contained in:
attickdoor 2019-12-24 15:12:49 -05:00
parent a4ab56fa58
commit bb0fa1c2c4
3 changed files with 9 additions and 9 deletions

View file

@ -15,7 +15,7 @@ namespace Dalamud.Game.ClientState
protected override void Setup64Bit(SigScanner sig) {
ActorTable = sig.Module.BaseAddress + 0x1BFBA38;
LocalContentId = sig.Module.BaseAddress + 0x1C2E000;
JobGaugeData = sig.Module.BaseAddress + 0x1C00110;
JobGaugeData = sig.Module.BaseAddress + 0x1BFB110;
}
}
}