mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Update with new player buff array address (#15)
Update with new player buff array address
This commit is contained in:
commit
7d6c2fc881
1 changed files with 1 additions and 1 deletions
|
|
@ -846,7 +846,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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue