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
@@ -362,6 +362,7 @@ public:
static std::string RaceIdToString(uint16 raceId);
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 ProcessBotGroupInvite(Client* c, std::string botName);
static void ProcessBotGroupDisband(Client* c, std::string botName);
static void BotOrderCampAll(Client* c);