From 058a34e2163e9e4b7d8ab29f98fdc122f7e09a87 Mon Sep 17 00:00:00 2001 From: avirar Date: Sat, 4 Jan 2025 17:32:50 +1100 Subject: [PATCH] Gift/Mark of the Wild --- src/strategy/druid/DruidActions.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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