bestial wrath

This commit is contained in:
Yunfan Li
2023-10-04 13:03:00 +08:00
parent 69ff31b764
commit e5a7f0448d

View File

@@ -208,6 +208,7 @@ class CastBestialWrathAction : public CastBuffSpellAction
{
public:
CastBestialWrathAction(PlayerbotAI* botAI) : CastBuffSpellAction(botAI, "bestial wrath") { }
std::string const GetTargetName() override { return "pet target"; }
};
class CastScareBeastAction : public CastSpellAction