mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-24 14:06:22 +00:00
enable battleground
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user