Optimize fury warrior

This commit is contained in:
Yunfan Li
2024-02-11 00:17:04 +08:00
parent 87b274564f
commit 036a890aa1
6 changed files with 20 additions and 15 deletions

View File

@@ -8,5 +8,5 @@
bool CastSunderArmorAction::isUseful()
{
Aura *aura = botAI->GetAura("sunder armor", GetTarget(), false, true);
return !aura || aura->GetStackAmount() < 5 || aura->GetDuration() <= 3000;
return !aura || aura->GetStackAmount() < 5 || aura->GetDuration() <= 6000;
}