Cone of Cold isUseful check

This commit is contained in:
Bobblybook
2024-07-23 18:09:55 +10:00
parent 9fd5005030
commit 71bb45ec7c
2 changed files with 8 additions and 1 deletions

View File

@@ -106,7 +106,7 @@ class CastConeOfColdAction : public CastSpellAction
public:
CastConeOfColdAction(PlayerbotAI* botAI) : CastSpellAction(botAI, "cone of cold") { }
ActionThreatType getThreatType() override { return ActionThreatType::Aoe; }
// bool isUseful() override;
bool isUseful() override;
};
class CastArcaneIntellectAction : public CastBuffSpellAction