From 23b9e82d37b1f38cf3e225bb6b4f6a2cc6f54ac3 Mon Sep 17 00:00:00 2001 From: attick Date: Fri, 22 Nov 2019 12:47:06 -0500 Subject: [PATCH] Update with new player buff array address. --- Dalamud/Game/Internal/Gui/IconReplacer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Game/Internal/Gui/IconReplacer.cs b/Dalamud/Game/Internal/Gui/IconReplacer.cs index 4601862fb..18cadda92 100644 --- a/Dalamud/Game/Internal/Gui/IconReplacer.cs +++ b/Dalamud/Game/Internal/Gui/IconReplacer.cs @@ -844,7 +844,7 @@ namespace Dalamud.Game.Internal.Gui { private unsafe delegate int* getArray(long* address); private unsafe IntPtr FindBuffAddress() { - IntPtr randomAddress = byteBase + 0x1c04be0; + IntPtr randomAddress = byteBase + 0x1BFFBE0; IntPtr num = Marshal.ReadIntPtr(randomAddress); IntPtr step2 = (IntPtr)(Marshal.ReadInt64(num) + 0x248); IntPtr step3 = Marshal.ReadIntPtr(step2);