Unholy DK

This commit is contained in:
Yunfan Li
2024-04-08 23:10:52 +08:00
parent a9c3236e35
commit 65ad88154b
4 changed files with 8 additions and 8 deletions

View File

@@ -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);
}