diff --git a/src/strategy/mage/MageActions.h b/src/strategy/mage/MageActions.h index 844bea67..0fa90760 100644 --- a/src/strategy/mage/MageActions.h +++ b/src/strategy/mage/MageActions.h @@ -120,6 +120,7 @@ class CastArcaneIntellectOnPartyAction : public BuffOnPartyAction { public: CastArcaneIntellectOnPartyAction(PlayerbotAI* botAI) : BuffOnPartyAction(botAI, "arcane intellect") {} + bool Execute(Event event) override; }; class CastRemoveCurseAction : public CastCureSpellAction