fix(Core/Travel): Drop AddExcludeFlag call (core handles via IsBot filter)

This commit is contained in:
bash 2026-05-10 20:50:24 +02:00
parent cfcc29b86f
commit b8adda0a90

View File

@ -730,7 +730,6 @@ std::vector<WorldPosition> WorldPosition::getPathStepFrom(WorldPosition startPos
// the previous step's endpoint, giving the 40-attempt walker
// its intended multi-tile reach.
PathGenerator path(pathUnit);
path.AddExcludeFlag(NAV_GROUND_STEEP);
path.CalculatePath(startPos.GetPositionX(), startPos.GetPositionY(), startPos.GetPositionZ(),
GetPositionX(), GetPositionY(), GetPositionZ(), false);