Update icon replacement offsets for 5.15

This commit is contained in:
attickdoor 2019-12-12 00:44:03 -05:00
parent 0749a98058
commit 33f8aa4954
3 changed files with 11 additions and 11 deletions

View file

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