mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-15 01:49:09 +00:00
fix(spell): paladin and dk aggro spell, warrior
This commit is contained in:
@@ -41,6 +41,6 @@ bool CastCasterFormAction::Execute(Event event)
|
||||
}
|
||||
|
||||
bool CastTreeFormAction::isUseful() {
|
||||
return GetTarget() && (GetTarget() != nullptr) && (GetTarget() != nullptr) &&
|
||||
return GetTarget() &&
|
||||
CastSpellAction::isUseful() && !botAI->HasAura(33891, bot);
|
||||
}
|
||||
Reference in New Issue
Block a user