mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
update (detection): more z-hack false hits fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user