diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 9a104ab..3bea46d 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -264,7 +264,7 @@ void AnticheatMgr::StartHackDetection(Player* player, MovementInfo movementInfo, // basic detection void AnticheatMgr::ClimbHackDetection(Player* player, MovementInfo movementInfo, uint32 opcode) { - if (!sConfigMgr->GetOption("Anticheat.DetectClimbHack", false)) + if (!sConfigMgr->GetOption("Anticheat.DetectClimbHack", true)) return; ObjectGuid key = player->GetGUID();