mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Change LOG_INFO to LOG_DEBUG
This commit is contained in:
@@ -911,7 +911,7 @@ void RandomPlayerbotFactory::CreateRandomGuilds()
|
|||||||
LOG_INFO("playerbots", "{}/{} random bot guilds exist in guild table",guildNumber, sPlayerbotAIConfig->randomBotGuildCount);
|
LOG_INFO("playerbots", "{}/{} random bot guilds exist in guild table",guildNumber, sPlayerbotAIConfig->randomBotGuildCount);
|
||||||
if (guildNumber >= sPlayerbotAIConfig->randomBotGuildCount)
|
if (guildNumber >= sPlayerbotAIConfig->randomBotGuildCount)
|
||||||
{
|
{
|
||||||
LOG_INFO("playerbots", "No new random guilds required");
|
LOG_DEBUG("playerbots", "No new random guilds required");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -935,7 +935,7 @@ void RandomPlayerbotFactory::CreateRandomGuilds()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LOG_INFO("playerbots", "{} available leaders for new guilds found", availableLeaders.size());
|
LOG_DEBUG("playerbots", "{} available leaders for new guilds found", availableLeaders.size());
|
||||||
|
|
||||||
// Create up to randomBotGuildCount by counting only EFFECTIVE creations
|
// Create up to randomBotGuildCount by counting only EFFECTIVE creations
|
||||||
uint32 createdThisRun = 0;
|
uint32 createdThisRun = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user