mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
fix party member dispel.
This commit is contained in:
@@ -39,3 +39,8 @@ bool CastCasterFormAction::Execute(Event event)
|
||||
botAI->RemoveShapeshift();
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CastTreeFormAction::isUseful() {
|
||||
return GetTarget() && (GetTarget() != nullptr) && (GetTarget() != nullptr) &&
|
||||
CastSpellAction::isUseful() && !botAI->HasAura(33891, bot);
|
||||
}
|
||||
Reference in New Issue
Block a user