This commit is contained in:
Yunfan Li
2023-09-07 14:18:20 +08:00
parent fdb62c6cc0
commit 762ac0142b
8 changed files with 33 additions and 20 deletions

View File

@@ -396,7 +396,7 @@ void RandomPlayerbotFactory::CreateRandomBots()
}
if (bot_creation) {
LOG_INFO("playerbots", "Wait for {} characters load into database...", totalCharCount);
LOG_INFO("playerbots", "Waiting for {} characters load into database...", totalCharCount);
/* wait for characters load into database, or characters will fail to loggin */
std::this_thread::sleep_for(15ms * totalCharCount);
}