Merge remote-tracking branch 'upstream/master' into karazhan

This commit is contained in:
crow
2025-09-28 17:06:55 -05:00
17 changed files with 50 additions and 46 deletions

View File

@@ -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;