mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08: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