removeFromGroup replaced with worldpackets

This commit is contained in:
bash
2025-10-05 20:05:56 +02:00
parent 377ac199a7
commit 1faf20f567
5 changed files with 69 additions and 58 deletions

View File

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