5.11 IconReplacer (#7)

5.11 IconReplacer
This commit is contained in:
goaaats 2019-11-16 22:06:41 +09:00 committed by GitHub
commit dc01c4a6d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 244 additions and 242 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 + 0x1BFD110;
JobGaugeData = sig.Module.BaseAddress + 0x1BF8110;
}
}
}