From 20a4efe149c2b9aad9982b57b2629c4b5eff4c0e Mon Sep 17 00:00:00 2001 From: bash Date: Thu, 14 May 2026 22:17:42 +0200 Subject: [PATCH] chore(Core/Travel): Drop cmangos reference in RefineWalkPoints comment --- src/Ai/Base/Actions/MovementActions.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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));