mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-12-01 21:15:20 +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);
|
||||
|
||||
1
setup/updates/1720654746_01.sql
Normal file
1
setup/updates/1720654746_01.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `aowow_dbversion` SET `build` = CONCAT(IFNULL(`build`, ''), ' enchants');
|
||||
Reference in New Issue
Block a user