mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 00:58:33 +00:00
Create CastGreaterBlessingTrigger
This commit is contained in:
@@ -239,4 +239,12 @@ class AvengingWrathTrigger : public BoostTrigger
|
||||
public:
|
||||
AvengingWrathTrigger(PlayerbotAI* botAI) : BoostTrigger(botAI, "avenging wrath") {}
|
||||
};
|
||||
|
||||
class CastGreaterBlessingTrigger : public Trigger
|
||||
{
|
||||
public:
|
||||
CastGreaterBlessingTrigger(PlayerbotAI* botAI) : Trigger(botAI, "cast greater blessing") { }
|
||||
|
||||
bool IsActive() override;
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user