mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-24 12:34:36 +00:00
aspect of the monkey
This commit is contained in:
@@ -26,6 +26,12 @@ class AutoShotTrigger : public Trigger
|
||||
bool IsActive() override;
|
||||
};
|
||||
|
||||
class HunterAspectOfTheMonkeyTrigger : public BuffTrigger
|
||||
{
|
||||
public:
|
||||
HunterAspectOfTheMonkeyTrigger(PlayerbotAI* botAI) : BuffTrigger(botAI, "aspect of the monkey") { }
|
||||
};
|
||||
|
||||
class HunterAspectOfTheHawkTrigger : public BuffTrigger
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user