From 88d456c640c6d9c9413fb305986e97af043d4d73 Mon Sep 17 00:00:00 2001 From: crazywh1t3 <32772327+crazywh1t3@users.noreply.github.com> Date: Thu, 16 Oct 2025 00:15:28 +0300 Subject: [PATCH] Fix memory address for reading game quests --- pkg/memory/game_reader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/memory/game_reader.go b/pkg/memory/game_reader.go index 9d767b0..d6830f1 100644 --- a/pkg/memory/game_reader.go +++ b/pkg/memory/game_reader.go @@ -97,7 +97,7 @@ func (gd *GameReader) GetData() data.Data { // q1 := uintptr(gd.Process.ReadUInt(gd.moduleBaseAddressPtr+0x22E2978, Uint64)) // q2 := uintptr(gd.Process.ReadUInt(q1, Uint64)) // q2 := uintptr(gd.Process.ReadUInt(gd.moduleBaseAddressPtr+0x22F1E79, Uint64)) - gameQuestsBytes := gd.Process.ReadBytesFromMemory(gd.moduleBaseAddressPtr+0x22F1E79, 85) + gameQuestsBytes := gd.Process.ReadBytesFromMemory(gd.moduleBaseAddressPtr+0x22D8369, 85) // gameQuestsBytes = gameQuestsBytes[3:] d := data.Data{