mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Improvement on warlock life tap glyph
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user