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