quest complete with gameobject

This commit is contained in:
Yunfan Li
2023-11-04 23:00:35 +08:00
parent 2b70808c7d
commit 1f6e5627df
15 changed files with 139 additions and 23 deletions

View File

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