mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
GearScore/Enchants
* reapply lost /4 modifier for enchantment scores
This commit is contained in:
@@ -1519,6 +1519,8 @@ abstract class Util
|
||||
case ITEM_QUALITY_NORMAL:
|
||||
$score /= 10.0;
|
||||
break;
|
||||
default:
|
||||
$score /= 4.0;
|
||||
}
|
||||
|
||||
return round($score, 4);
|
||||
|
||||
Reference in New Issue
Block a user