mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
[Cleanup] Remove IsRaid() from raids.h (#3361)
# Notes - This is unused.
This commit is contained in:
parent
622fe50479
commit
39d0772a01
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user