added Raid::IsRaidMemberBot()

This commit is contained in:
neckkola
2022-01-31 17:35:37 -04:00
parent fbaeb00f39
commit 5566ea4d85
2 changed files with 16 additions and 5 deletions
+1
View File
@@ -125,6 +125,7 @@ public:
void AddBot(Bot* b, uint32 group = 0xFFFFFFFF, bool rleader=false, bool groupleader=false, bool looter=false); //Mitch
void RaidBotGroupSay(Bot* b, uint8 language, uint8 lang_skill, const char* msg, ...); //Mitch
static Mob* GetRaidMainAssistOneByName(const char* name);
bool IsRaidMemberBot(Client* client);
#endif
void RemoveMember(const char *c);
void DisbandRaid();