Basic structure in place for Raid::AddBot though not working
This commit is contained in:
neckkola
2022-01-04 23:40:00 -04:00
parent ba0c03af08
commit 6802681abe
5 changed files with 396 additions and 11 deletions
+1
View File
@@ -112,6 +112,7 @@ public:
bool IsRaid() { return true; }
void AddMember(Client *c, uint32 group = 0xFFFFFFFF, bool rleader=false, bool groupleader=false, bool looter=false);
void AddBot(Bot* b, uint32 group = 0xFFFFFFFF, bool rleader=false, bool groupleader=false, bool looter=false);
void RemoveMember(const char *c);
void DisbandRaid();
void MoveMember(const char *name, uint32 newGroup);