From cd50405a7fec55077d20ddcd05878e64a73ceae5 Mon Sep 17 00:00:00 2001 From: M'Dic Date: Fri, 28 Apr 2023 17:47:20 -0400 Subject: [PATCH] update (detection): more z-hack false hits fix --- src/AnticheatMgr.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index e1af7c8..1613b9d 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -976,6 +976,9 @@ void AnticheatMgr::ZAxisHackDetection(Player* player, MovementInfo movementInfo) case 4273: //Celestial Planetarium Observer Battle has a narrow path that false flags case 495: //Ring of Judgement just being in the area false flags case 4161: //Wymrest Temple just being in the area false flags + case 10: // Duskwood bridge + case 40: // Westfall bridge + case 321: // Hammerfall wooden balcony return; } }