Merge pull request #51 from ff-meli/5.21

5.21 updates
This commit is contained in:
goaaats 2020-03-11 21:18:00 +09:00 committed by GitHub
commit 372c2319b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 + 0x1C62218;
ActorTable = sig.Module.BaseAddress + 0x1C62198; // updated 5.21
LocalContentId = sig.Module.BaseAddress + 0x1C2E000;
JobGaugeData = sig.Module.BaseAddress + 0x1C5E4A0;
}