Update icon offsets for 5.11

This commit is contained in:
attick 2019-11-12 14:41:15 -05:00
parent 950f546a17
commit 17c1febabc
2 changed files with 3 additions and 3 deletions

View file

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