Change "Initializing guilds..." from INFO to DEBUG (#982)

To avoid it being needlessly spammed in the console.
This commit is contained in:
SaW
2025-02-18 11:59:13 +01:00
committed by GitHub
parent 050cc24e9c
commit 6353c86b53

View File

@@ -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);