mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Estimated dps calculation
This commit is contained in:
@@ -17,7 +17,7 @@ bool CastTotemAction::isUseful()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
float dps = AI_VALUE(float, "expected group dps");
|
||||
float dps = AI_VALUE(float, "estimated group dps");
|
||||
if (target->GetHealth() / dps < needLifeTime)
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user