mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Create PaladinBuffGreaterBlessingStrategy
This commit is contained in:
@@ -109,4 +109,13 @@ public:
|
||||
std::string const getName() override { return "rfire"; }
|
||||
};
|
||||
|
||||
class PaladinBuffGreaterBlessingStrategy : public Strategy
|
||||
{
|
||||
public:
|
||||
PaladinBuffGreaterBlessingStrategy(PlayerbotAI* botAI) : Strategy(botAI) {}
|
||||
|
||||
void InitTriggers(std::vector<TriggerNode*>& triggers) override;
|
||||
std::string const getName() override { return "bgreater"; }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user