mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 23:56:35 +00:00
New work on Raid invite with a invitor having a group
This commit is contained in:
@@ -363,6 +363,7 @@ public:
|
||||
static bool IsBotAttackAllowed(Mob* attacker, Mob* target, bool& hasRuleDefined);
|
||||
static Bot* GetBotByBotClientOwnerAndBotName(Client* c, std::string botName);
|
||||
static void ProcessRaidInvite(Bot* player_accepting_invite, Client* b_owner); //Mitch
|
||||
static void ProcessRaidInvite2(Client* invitee, Client* invitor); //Mitch
|
||||
static void ProcessBotGroupInvite(Client* c, std::string botName);
|
||||
static void ProcessBotGroupDisband(Client* c, std::string botName);
|
||||
static void BotOrderCampAll(Client* c);
|
||||
|
||||
Reference in New Issue
Block a user