From 3219e9c851274faa00a0b85805288702361e2297 Mon Sep 17 00:00:00 2001 From: vietdungdev Date: Tue, 9 Jun 2026 10:05:42 +0700 Subject: [PATCH] update terror offset --- pkg/memory/offset.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/memory/offset.go b/pkg/memory/offset.go index 8ec8e63..b34a4e6 100644 --- a/pkg/memory/offset.go +++ b/pkg/memory/offset.go @@ -62,7 +62,7 @@ func calculateOffsets(_ *Process) Offset { questInfoOffset := uintptr(0x1ED5DB8) // Terror Zones - tzOffset := uintptr(0x25B5578) + tzOffset := uintptr(0x25C3B50) // Ping pingOffset := uintptr(0x1E0C508)