bots in BWL will now use hourglass-sand to cure affliction-bronze

This commit is contained in:
Fuzz
2024-09-10 12:06:55 +10:00
parent 4b948520d7
commit 16e7cf7ab0
7 changed files with 40 additions and 11 deletions

View File

@@ -19,4 +19,6 @@ bool BwlSuppressionDeviceTrigger::IsActive()
return true;
}
return false;
}
}
bool BwlAfflictionBronzeTrigger::IsActive() { return bot->HasAura(23170); }