Update for 5.1

This commit is contained in:
goat 2019-11-01 16:30:53 +09:00
parent 4ad5bee0c6
commit 545757d406
9 changed files with 100 additions and 28 deletions

View file

@ -13,8 +13,8 @@ namespace Dalamud.Game.ClientState
public IntPtr JobGaugeData { get; set; }
protected override void Setup64Bit(SigScanner sig) {
ActorTable = sig.Module.BaseAddress + 0x1B29B40;
LocalContentId = sig.Module.BaseAddress + 0x1B58B60;
ActorTable = sig.Module.BaseAddress + 0x1C01D90;
LocalContentId = sig.Module.BaseAddress + 0x1C2E000;
JobGaugeData = sig.Module.BaseAddress + 0x1BFD110;
}
}