Update with new player buff array address.

This commit is contained in:
attick 2019-11-22 12:47:06 -05:00
parent 077532a8d0
commit 23b9e82d37

View file

@ -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);