hch
2026-01-09 094aa66438afb28cc5c817ebe7c68814b2103b9b
Main/System/BattlePass/BattlePassCommonCell.cs
@@ -58,7 +58,10 @@
        if (config.ZhanlingType == (int)BattlePassType.MainLine)
        {
            valueText.text = config.NeedValue / 100 + "-" + config.NeedValue % 100;
        }
        else if (config.ZhanlingType == (int)BattlePassType.BetterMainLine)
        {
            valueText.text = config.NeedValue/100 + "-" + config.NeedValue%100;
        }
        else