This commit is contained in:
bash
2025-10-09 20:52:32 +02:00
parent cf4f0f6dc7
commit 31ed5cbb65
2 changed files with 4 additions and 4 deletions

View File

@@ -519,7 +519,7 @@ void PlayerbotHolder::OnBotLogin(Player* const bot)
}
group = bot->GetGroup();
if (!group)
if (group)
{
botAI->ResetStrategies();
}