enable battleground

This commit is contained in:
Yunfan Li
2023-10-19 00:20:45 +08:00
parent e5e05988b2
commit 29b748803e
16 changed files with 151 additions and 36 deletions

View File

@@ -7,6 +7,7 @@
#include "Action.h"
#include "ReviveFromCorpseAction.h"
#include <cstdint>
class PlayerbotAI;
@@ -25,6 +26,8 @@ class AutoReleaseSpiritAction : public ReleaseSpiritAction
bool Execute(Event event) override;
bool isUseful() override;
private:
uint32_t bg_gossip_time = 0;
};
class RepopAction : public SpiritHealerAction