[Cleanup] Remove IsRaid() from raids.h (#3361)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-05-24 23:40:32 -04:00 committed by GitHub
parent 622fe50479
commit 39d0772a01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,6 @@ public:
void SetRaidLeader(const char *wasLead, const char *name);
bool Process();
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 raid_leader=false, bool group_leader=false, bool looter=false);