ActorTable update for 5.2

This commit is contained in:
meli 2020-02-20 10:30:58 -08:00
parent 15d340d0ed
commit b86c08b694

View file

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