mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-16 18:30:27 +00:00
Unholy DK
This commit is contained in:
@@ -36,5 +36,5 @@ bool HighBloodRuneTrigger::IsActive() {
|
||||
}
|
||||
|
||||
bool DesolationTrigger::IsActive() {
|
||||
return bot->HasAura(66817) && HasAuraTrigger::IsActive();
|
||||
return bot->HasAura(66817) && !botAI->HasAura("desolation", GetTarget(), false, true, -1, true);
|
||||
}
|
||||
Reference in New Issue
Block a user