mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-13 15:23:46 +00:00
Optimize fury warrior
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user