Template/Update (Part 31)

* convert dbtype 'quest'
 * make use of separate GlobalStrings for spell rewards
This commit is contained in:
Sarjuuk
2025-08-13 17:02:52 +02:00
parent 253cbcb4d9
commit e876463f3b
17 changed files with 834 additions and 779 deletions

View File

@@ -490,7 +490,7 @@ class Lang
public static function formatSkillBreakpoints(array $bp, int $fmt = self::FMT_MARKUP) : string
{
$tmp = self::game('difficulty').self::main('colon');
$tmp = self::game('difficulty');
$base = match ($fmt)
{