mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Tweak rage calculation
This commit is contained in:
@@ -71,7 +71,7 @@ uint8 RageValue::Calculate()
|
|||||||
if (!target)
|
if (!target)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
return (static_cast<float> (target->GetPower(POWER_RAGE)));
|
return (target->GetPower(POWER_RAGE) / 10.0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
Unit* EnergyValue::GetTarget()
|
Unit* EnergyValue::GetTarget()
|
||||||
|
|||||||
Reference in New Issue
Block a user