[Bots] Add IsInRaidOrGroup checks to ^attack and ^pull (#4654)

This commit is contained in:
nytmyr
2025-02-07 13:05:55 -06:00
committed by GitHub
parent ed7023f336
commit 41009aa19b
7 changed files with 47 additions and 42 deletions
+1
View File
@@ -526,6 +526,7 @@ public:
void DoAttackRounds(Mob* target, int hand);
bool BotPassiveCheck();
bool ValidStateCheck(Mob* other, bool same_raid_group = false);
Raid* GetStoredRaid() { return _storedRaid; }
void SetStoredRaid(Raid* stored_raid) { _storedRaid = stored_raid; }
bool GetVerifiedRaid() { return _verifiedRaid; }