diff --git a/src/client/map.cpp b/src/client/map.cpp index 10551b07..8bc3c6cc 100644 --- a/src/client/map.cpp +++ b/src/client/map.cpp @@ -806,6 +806,7 @@ std::tuple, Otc::PathFindResult> Map::findPath(const if(!node->evaluated) currentNode = node; + } searchList.clear(); }