update (detection): more z-hack false hits fix

This commit is contained in:
M'Dic
2023-04-28 17:47:20 -04:00
parent e32f0bf6ee
commit cd50405a7f

View File

@@ -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;
}
}