New work on Raid invite with a invitor having a group

This commit is contained in:
neckkola
2022-01-09 11:24:59 -04:00
parent 1c57e5b898
commit e5371253cb
3 changed files with 83 additions and 19 deletions
+1
View File
@@ -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);