diff --git a/src/strategy/hunter/HunterActions.h b/src/strategy/hunter/HunterActions.h index 4f570dbb..0f7ba8e9 100644 --- a/src/strategy/hunter/HunterActions.h +++ b/src/strategy/hunter/HunterActions.h @@ -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