mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Warlock
This commit is contained in:
@@ -42,3 +42,8 @@ bool UnstableAfflictionOnAttackerTrigger::IsActive()
|
||||
// !botAI->HasAura("unstable affliction", GetTarget(), false, true);
|
||||
}
|
||||
|
||||
bool DecimationTrigger::IsActive()
|
||||
{
|
||||
Aura *aura = botAI->GetAura(getName(), GetTarget(), false, true);
|
||||
return aura->GetDuration() > 3000;
|
||||
}
|
||||
Reference in New Issue
Block a user