mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-14 09:29:09 +00:00
[Combat formation] Compatible with naxx and avoid aoe
This commit is contained in:
@@ -525,7 +525,10 @@ void PlayerbotHolder::OnBotLogin(Player* const bot)
|
||||
sGroupMgr->AddGroup(newGroup);
|
||||
newGroup->AddMember(bot);
|
||||
}
|
||||
|
||||
// if (master)
|
||||
// {
|
||||
// // bot->TeleportTo(master);
|
||||
// }
|
||||
uint32 accountId = bot->GetSession()->GetAccountId();
|
||||
bool isRandomAccount = sPlayerbotAIConfig->IsInRandomAccountList(accountId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user