mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
bestial wrath
This commit is contained in:
@@ -208,6 +208,7 @@ class CastBestialWrathAction : public CastBuffSpellAction
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
CastBestialWrathAction(PlayerbotAI* botAI) : CastBuffSpellAction(botAI, "bestial wrath") { }
|
CastBestialWrathAction(PlayerbotAI* botAI) : CastBuffSpellAction(botAI, "bestial wrath") { }
|
||||||
|
std::string const GetTargetName() override { return "pet target"; }
|
||||||
};
|
};
|
||||||
|
|
||||||
class CastScareBeastAction : public CastSpellAction
|
class CastScareBeastAction : public CastSpellAction
|
||||||
|
|||||||
Reference in New Issue
Block a user