From 29b3350edffeb7ef668538e4078a9c732a01cac0 Mon Sep 17 00:00:00 2001 From: attickdoor Date: Wed, 11 Mar 2020 16:45:32 -0400 Subject: [PATCH] update job gauge address --- Dalamud/Game/ClientState/ClientStateAddressResolver.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Game/ClientState/ClientStateAddressResolver.cs b/Dalamud/Game/ClientState/ClientStateAddressResolver.cs index 18295942f..07c554f38 100644 --- a/Dalamud/Game/ClientState/ClientStateAddressResolver.cs +++ b/Dalamud/Game/ClientState/ClientStateAddressResolver.cs @@ -15,7 +15,7 @@ namespace Dalamud.Game.ClientState protected override void Setup64Bit(SigScanner sig) { ActorTable = sig.Module.BaseAddress + 0x1C62198; // updated 5.21 LocalContentId = sig.Module.BaseAddress + 0x1C2E000; - JobGaugeData = sig.Module.BaseAddress + 0x1C5E4A0; + JobGaugeData = sig.Module.BaseAddress + 0x1C5E420; } } }