diff --git a/src/client/map.cpp b/src/client/map.cpp index 41c86874..4b9c9eeb 100644 --- a/src/client/map.cpp +++ b/src/client/map.cpp @@ -807,6 +807,7 @@ std::tuple, Otc::PathFindResult> Map::findPath(const if(!node->evaluated) currentNode = node; } + searchList.clear(); } if(foundNode) {