mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-06-20 07:29:27 +02:00
chore(Core/Travel): Warn admins to shutdown after generatenode
This commit is contained in:
parent
5e93743f15
commit
4444f2aae5
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user