mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Change "Initializing guilds..." from INFO to DEBUG (#982)
To avoid it being needlessly spammed in the console.
This commit is contained in:
parent
050cc24e9c
commit
6353c86b53
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user