diff --git a/src/strategy/raids/eyeofeternity/RaidEoEActions.h b/src/strategy/raids/eyeofeternity/RaidEoEActions.h index d2d158c7..c6fe064c 100644 --- a/src/strategy/raids/eyeofeternity/RaidEoEActions.h +++ b/src/strategy/raids/eyeofeternity/RaidEoEActions.h @@ -30,7 +30,7 @@ class PullPowerSparkAction : public CastSpellAction { public: PullPowerSparkAction(PlayerbotAI* botAI, std::string const name = "pull power spark") - : CastSpellAction(botAI, "death grip") {} + : CastSpellAction(botAI, name) {} bool Execute(Event event) override; bool isPossible() override; bool isUseful() override;