mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Currency
* expanded tooltips * moved cap from hardcoded to DB * can now set description (manually) Itemset * expanded tooltips Lang * number formating is now locale-aware
This commit is contained in:
@@ -1066,7 +1066,7 @@ class Util
|
||||
else
|
||||
$c = 2 / 52;
|
||||
|
||||
$result = number_format($val / Util::$gtCombatRatings[$type] / $c, 2);
|
||||
$result = Lang::nf($val / Util::$gtCombatRatings[$type] / $c, 2);
|
||||
}
|
||||
|
||||
if (!in_array($type, array(ITEM_MOD_DEFENSE_SKILL_RATING, ITEM_MOD_EXPERTISE_RATING)))
|
||||
|
||||
Reference in New Issue
Block a user