mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 00:58:33 +00:00
Estimated dps calculation
This commit is contained in:
@@ -364,5 +364,5 @@ bool CastDebuffSpellAction::isUseful()
|
||||
return false;
|
||||
}
|
||||
return CastAuraSpellAction::isUseful() &&
|
||||
(target->GetHealth() / AI_VALUE(float, "expected group dps")) >= needLifeTime;
|
||||
(target->GetHealth() / AI_VALUE(float, "estimated group dps")) >= needLifeTime;
|
||||
}
|
||||
Reference in New Issue
Block a user