mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 07:16:37 +00:00
[Bots] Add IsInRaidOrGroup checks to ^attack and ^pull (#4654)
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user