chore(Core/Travel): Warn admins to shutdown after generatenode

This commit is contained in:
bash 2026-05-18 23:18:24 +02:00
parent 41c3c517e5
commit c6c3079f26

View File

@ -2193,6 +2193,9 @@ void TravelNodeMap::saveNodeStore()
PlayerbotsDatabase.CommitTransaction(pathTrans); PlayerbotsDatabase.CommitTransaction(pathTrans);
LOG_INFO("playerbots", ">> Saved {} travelNode Paths, {} points.", paths, points); LOG_INFO("playerbots", ">> Saved {} travelNode Paths, {} points.", paths, points);
LOG_INFO("playerbots",
">> NOTE: writes are queued ASYNC. Run '.server shutdown 1' to flush "
"the queue; killing the process now will lose pending rows.");
} }
void TravelNodeMap::LoadNodeStore() void TravelNodeMap::LoadNodeStore()