mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Create CastGreaterBlessingTrigger
This commit is contained in:
parent
c0132f7551
commit
104f486630
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user