GearScore/Enchants

* reapply lost /4 modifier for enchantment scores
This commit is contained in:
Sarjuuk
2024-07-11 01:39:25 +02:00
parent b0a51f4746
commit a9f1832b6d
2 changed files with 3 additions and 0 deletions

View File

@@ -1519,6 +1519,8 @@ abstract class Util
case ITEM_QUALITY_NORMAL:
$score /= 10.0;
break;
default:
$score /= 4.0;
}
return round($score, 4);