[Arena] self bot now leaves finished arena game reliably (may also fix issues with other bot types leaving arena or all bot types leaving BG's but I wasnt able to reproduce any 'bots stay in bg/arena' bugs except self-bots in arena)

This commit is contained in:
Fuzz
2024-08-14 15:54:58 +10:00
parent e77e2a6785
commit 520633b4b9
3 changed files with 66 additions and 66 deletions

View File

@@ -57,6 +57,7 @@ public:
bool Execute(Event event) override;
bool isUseful() override;
static bool LeaveBG(PlayerbotAI* botAI);
};
class BGStatusCheckAction : public Action