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

@@ -83,6 +83,12 @@ class CastAspectOfTheHawkAction : public CastBuffSpellAction
CastAspectOfTheHawkAction(PlayerbotAI* botAI) : CastBuffSpellAction(botAI, "aspect of the hawk") { }
};
class CastAspectOfTheMonkeyAction : public CastBuffSpellAction
{
public:
CastAspectOfTheMonkeyAction(PlayerbotAI* botAI) : CastBuffSpellAction(botAI, "aspect of the monkey") { }
};
class CastAspectOfTheDragonhawkAction : public CastBuffSpellAction
{
public: