From 6f613a9249283de2b271200af79df53487f8e32d Mon Sep 17 00:00:00 2001 From: fed <58637860+fedddddd@users.noreply.github.com> Date: Thu, 17 Aug 2023 19:06:40 +0200 Subject: [PATCH] Fix waypoint offscreen arrow icon --- src/client/component/patches.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client/component/patches.cpp b/src/client/component/patches.cpp index 17474a4d..de5add5c 100644 --- a/src/client/component/patches.cpp +++ b/src/client/component/patches.cpp @@ -129,6 +129,8 @@ namespace patches utils::hook::set(0x140948F40, 1.f); utils::hook::set(0x140948F44, 1.f); utils::hook::set(0x140948F48, 1.f); + + utils::hook::nop(0x14037B8AE, 7); } }; }