Tooltips/CombatRatings

* modenize interactive rating string
This commit is contained in:
Sarjuuk
2024-05-03 21:00:21 +02:00
parent 5f4c62644d
commit 5bb277bf2f
7 changed files with 7 additions and 7 deletions

View File

@@ -907,7 +907,7 @@ abstract class Util
if (!in_array($type, array(ITEM_MOD_DEFENSE_SKILL_RATING, ITEM_MOD_EXPERTISE_RATING)))
$result .= '%';
return sprintf(Lang::item('ratingString'), '<!--rtg%'.$type.'-->'.$result, '<!--lvl-->'.$level);
return Lang::item('ratingString', [$type, $result, $level]);
}
public static function powerUseLocale($domain = 'www')