mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Arena team type is included in the LOG_INFO output (#925)
This commit is contained in:
parent
e248fdc9e6
commit
249aaf69e4
@ -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()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user