Arena team type is included in the LOG_INFO output (#925)

This commit is contained in:
avirar
2025-01-29 20:39:17 +11:00
committed by GitHub
parent e248fdc9e6
commit 249aaf69e4

View File

@@ -801,7 +801,7 @@ void RandomPlayerbotFactory::CreateRandomArenaTeams(ArenaType type, uint32 count
sPlayerbotAIConfig->randomBotArenaTeams.push_back(arenateam->GetId()); sPlayerbotAIConfig->randomBotArenaTeams.push_back(arenateam->GetId());
} }
LOG_INFO("playerbots", "{} random bot arena teams available", arenaTeamNumber); LOG_INFO("playerbots", "{} random bot {}vs{} arena teams available", arenaTeamNumber, type, type);
} }
std::string const RandomPlayerbotFactory::CreateRandomArenaTeamName() std::string const RandomPlayerbotFactory::CreateRandomArenaTeamName()