mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-16 02:10:28 +00:00
Estimated dps calculation
This commit is contained in:
@@ -133,5 +133,5 @@ bool TargetWithComboPointsLowerHealTrigger::IsActive()
|
||||
return false;
|
||||
}
|
||||
return ComboPointsAvailableTrigger::IsActive() &&
|
||||
(target->GetHealth() / AI_VALUE(float, "expected group dps")) <= lifeTime;
|
||||
(target->GetHealth() / AI_VALUE(float, "estimated group dps")) <= lifeTime;
|
||||
}
|
||||
Reference in New Issue
Block a user