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

This commit is contained in:
bash 2026-05-18 23:18:24 +02:00
parent c7eb1f7238
commit 34600888a2

View File

@ -2193,6 +2193,9 @@ void TravelNodeMap::saveNodeStore()
PlayerbotsDatabase.CommitTransaction(pathTrans);
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()