Merge pull request #37 from attickdoor/master

Update job gauge offset for 5.2.
This commit is contained in:
goaaats 2020-02-22 00:33:06 +09:00 committed by GitHub
commit 5868b4974a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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