mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
update job gauge address
This commit is contained in:
parent
2584122e4e
commit
29b3350edf
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ namespace Dalamud.Game.ClientState
|
||||||
protected override void Setup64Bit(SigScanner sig) {
|
protected override void Setup64Bit(SigScanner sig) {
|
||||||
ActorTable = sig.Module.BaseAddress + 0x1C62198; // updated 5.21
|
ActorTable = sig.Module.BaseAddress + 0x1C62198; // updated 5.21
|
||||||
LocalContentId = sig.Module.BaseAddress + 0x1C2E000;
|
LocalContentId = sig.Module.BaseAddress + 0x1C2E000;
|
||||||
JobGaugeData = sig.Module.BaseAddress + 0x1C5E4A0;
|
JobGaugeData = sig.Module.BaseAddress + 0x1C5E420;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue