Improvement on warlock life tap glyph

This commit is contained in:
Yunfan Li
2025-01-18 23:47:19 +08:00
parent 106b36b498
commit 3523a65ff8
5 changed files with 26 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ Value<Unit*>* CastFearOnCcAction::GetTargetValue() { return context->GetValue<Un
bool CastFearOnCcAction::Execute(Event event) { return botAI->CastSpell("fear", GetTarget()); }
bool CastFearOnCcAction::isPossible() { return botAI->CanCastSpell("fear", GetTarget()); }
bool CastFearOnCcAction::isPossible() { return true; }
bool CastFearOnCcAction::isUseful() { return true; }