5.18 updates (#21)

5.18 updates
This commit is contained in:
goaaats 2019-12-27 12:37:35 +09:00 committed by GitHub
commit c2a27a5724
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 14 deletions

View file

@ -13,7 +13,7 @@ namespace Dalamud.Game.ClientState
public IntPtr JobGaugeData { get; set; }
protected override void Setup64Bit(SigScanner sig) {
ActorTable = sig.Module.BaseAddress + 0x1BFBA38;
ActorTable = sig.Module.BaseAddress + 0x1BFFD90;
LocalContentId = sig.Module.BaseAddress + 0x1C2E000;
JobGaugeData = sig.Module.BaseAddress + 0x1BFB110;
}