mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-23 05:26:22 +00:00
Cat druid energy control
This commit is contained in:
@@ -126,6 +126,17 @@ private:
|
||||
float lifeTime;
|
||||
};
|
||||
|
||||
class ComboPointsNotFullTrigger : public StatAvailable
|
||||
{
|
||||
public:
|
||||
ComboPointsNotFullTrigger(PlayerbotAI* botAI, int32 amount = 5, std::string const name = "combo points not full")
|
||||
: StatAvailable(botAI, amount, name)
|
||||
{
|
||||
}
|
||||
|
||||
bool IsActive() override;
|
||||
};
|
||||
|
||||
class LoseAggroTrigger : public Trigger
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user