mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Change "Initializing guilds..." from INFO to DEBUG (#982)
To avoid it being needlessly spammed in the console.
This commit is contained in:
@@ -395,7 +395,7 @@ void PlayerbotFactory::Randomize(bool incremental)
|
||||
// bot->SaveToDB(false, false);
|
||||
if (sPlayerbotAIConfig->randomBotGuildCount > 0)
|
||||
{
|
||||
LOG_INFO("playerbots", "Initializing guilds...");
|
||||
LOG_DEBUG("playerbots", "Initializing guilds...");
|
||||
InitGuild();
|
||||
}
|
||||
// bot->SaveToDB(false, false);
|
||||
|
||||
Reference in New Issue
Block a user