diff --git a/src/RandomPlayerbotFactory.cpp b/src/RandomPlayerbotFactory.cpp index 08887b64..fdd4ae0f 100644 --- a/src/RandomPlayerbotFactory.cpp +++ b/src/RandomPlayerbotFactory.cpp @@ -801,7 +801,7 @@ void RandomPlayerbotFactory::CreateRandomArenaTeams(ArenaType type, uint32 count 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()