diff --git a/src/Ai/Base/Actions/MovementActions.cpp b/src/Ai/Base/Actions/MovementActions.cpp index 1cae2d6cd..d7b4de023 100644 --- a/src/Ai/Base/Actions/MovementActions.cpp +++ b/src/Ai/Base/Actions/MovementActions.cpp @@ -3233,9 +3233,8 @@ bool MovementAction::RefineWalkPoints(std::vector& walkPoints) // Travelnode waypoints are authoritative once a plan is // active. When AC mmap can't validate the segment, dispatch // the raw (A, B) pair instead of aborting the plan. Common - // cases: cmangos waypoints landing in 1y navmesh gaps from - // AC extractor differences, tile-edge artifacts at zone - // borders. + // cases: stored waypoints landing in 1y navmesh gaps from + // extractor differences, tile-edge artifacts at zone borders. bool const trustRaw = segPath.empty() || TravelPath::IsPathCheating(segPath, aPos.distance(bPos));