Skip to content

Commit

Permalink
-Nodegen improvement: Stop generating helpernodes (no longer improve …
Browse files Browse the repository at this point in the history
…the network with manual nodes).
  • Loading branch information
mostlikely4r committed Nov 4, 2024
1 parent 124deff commit e61de8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playerbot/TravelNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2907,7 +2907,7 @@ void TravelNodeMap::generateAll()

if (hasToGen || hasToFullGen)
{
generatePaths(true);
generatePaths(false);
hasToGen = false;
hasToFullGen = false;
hasToSave = true;
Expand Down

0 comments on commit e61de8e

Please sign in to comment.