mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Update PlayerbotFactory.cpp
This commit is contained in:
parent
ba8f6fd119
commit
eae5011e48
@ -2577,7 +2577,8 @@ void PlayerbotFactory::InitArenaTeam()
|
||||
Player* botcaptain = ObjectAccessor::FindPlayer(capt);
|
||||
|
||||
if ((bot && bot->GetArenaTeamId(arenateam->GetSlot())) || sCharacterCache->GetCharacterArenaTeamIdByGuid(bot->GetGUID(), arenateam->GetSlot()) != 0)
|
||||
|
||||
return;
|
||||
|
||||
if (botcaptain && botcaptain->GetTeamId() == bot->GetTeamId()) //need?
|
||||
{
|
||||
arenateam->AddMember(bot->GetGUID());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user