mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-17 02:40:28 +00:00
fix(triggers): group heal occation
This commit is contained in:
@@ -136,7 +136,7 @@ class AoeInGroupTrigger : public Trigger {
|
||||
public:
|
||||
AoeInGroupTrigger(PlayerbotAI* ai, std::string name, std::string type, float ratio) :
|
||||
Trigger(ai, name), ratio(ratio), type(type) {}
|
||||
virtual bool IsActive();
|
||||
bool IsActive() override;
|
||||
protected:
|
||||
float ratio;
|
||||
std::string type;
|
||||
|
||||
Reference in New Issue
Block a user