Skip to content

Commit

Permalink
-Nodegen improvement: Stop saving only part of the failed nodes after…
Browse files Browse the repository at this point in the history
… regen.
  • Loading branch information
mostlikely4r committed Nov 4, 2024
1 parent ab0e391 commit 124deff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playerbot/TravelNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2935,6 +2935,7 @@ void TravelNodeMap::printMap()

for (auto& node : anodes)
{
node->print(hasToSave);
}
}

Expand Down

0 comments on commit 124deff

Please sign in to comment.