yyl
2026-01-12 67a2ba7feb3576913dc2df2bce8ccc9d87840843
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