mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
fixes
This commit is contained in:
@@ -519,7 +519,7 @@ void PlayerbotHolder::OnBotLogin(Player* const bot)
|
||||
}
|
||||
|
||||
group = bot->GetGroup();
|
||||
if (!group)
|
||||
if (group)
|
||||
{
|
||||
botAI->ResetStrategies();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user