diff --git a/src/strategy/druid/DruidActions.h b/src/strategy/druid/DruidActions.h index ee90788a..1a08dd67 100644 --- a/src/strategy/druid/DruidActions.h +++ b/src/strategy/druid/DruidActions.h @@ -95,7 +95,9 @@ public: class CastMarkOfTheWildOnPartyAction : public BuffOnPartyAction { public: - CastMarkOfTheWildOnPartyAction(PlayerbotAI* botAI) : BuffOnPartyAction(botAI, "mark of the wild") {} + CastMarkOfTheWildOnPartyAction(PlayerbotAI* botAI) : BuffOnPartyAction(botAI, "gift of the wild") {} + + bool Execute(Event event) override; }; class CastSurvivalInstinctsAction : public CastBuffSpellAction