Looks like BOTs are working

This commit is contained in:
neckkola
2022-01-24 23:05:17 -04:00
parent c9b8127236
commit 3098acdc95
2 changed files with 15 additions and 7 deletions
+3 -3
View File
@@ -261,10 +261,10 @@ void Raid::RemoveMember(const char *characterName)
Bot* bot = entity_list.GetBotByBotName(characterName);
if (bot) {
bot->SetFollowID(bot->GetOwner()->GetID());
bot->SetGrouped(0);
bot->SetFollowID(bot->GetOwner()->CastToClient()->GetID());
bot->SetGrouped(false);
bot->SetTarget(nullptr);
bot->SetRaidGrouped(0);
bot->SetRaidGrouped(false);
}
#endif