Arcane Brilliance

This commit is contained in:
avirar
2025-01-04 18:45:23 +11:00
committed by GitHub
parent 3899ebd4a9
commit bc4842d9b2

View File

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