aspect of the monkey

This commit is contained in:
Yunfan Li
2023-12-18 23:30:07 +08:00
parent af15a691b6
commit c56b1558b6
6 changed files with 46 additions and 7 deletions

View File

@@ -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: