Update job gauge offset for 5.2.

This commit is contained in:
attickdoor 2020-02-20 15:14:53 -05:00
parent 15d340d0ed
commit 78ea6168bd

View file

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