From bc4842d9b24b99af1bd191c8bcab58f1fcf09301 Mon Sep 17 00:00:00 2001 From: avirar Date: Sat, 4 Jan 2025 18:45:23 +1100 Subject: [PATCH] Arcane Brilliance --- src/strategy/mage/MageActions.h | 1 + 1 file changed, 1 insertion(+) 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