diff --git a/src/strategy/warlock/WarlockTriggers.cpp b/src/strategy/warlock/WarlockTriggers.cpp index 1109ead5..733e7502 100644 --- a/src/strategy/warlock/WarlockTriggers.cpp +++ b/src/strategy/warlock/WarlockTriggers.cpp @@ -45,5 +45,5 @@ bool UnstableAfflictionOnAttackerTrigger::IsActive() bool DecimationTrigger::IsActive() { Aura *aura = botAI->GetAura(getName(), GetTarget(), false, true); - return aura->GetDuration() > 3000; + return aura && aura->GetDuration() > 3000; } \ No newline at end of file