mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-03-05 08:37:48 +00:00
[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:
@@ -57,6 +57,7 @@ public:
|
||||
|
||||
bool Execute(Event event) override;
|
||||
bool isUseful() override;
|
||||
static bool LeaveBG(PlayerbotAI* botAI);
|
||||
};
|
||||
|
||||
class BGStatusCheckAction : public Action
|
||||
|
||||
Reference in New Issue
Block a user