hch
2026-01-26 6a225dbd25f56c7b7e102da53e780bb0a60a302d
Main/System/BattlePass/BattlePassCommonCell.cs
@@ -62,7 +62,11 @@
        }
        else if (config.ZhanlingType == (int)BattlePassType.BetterMainLine)
        {
            valueText.text = config.NeedValue/100 + "-" + config.NeedValue%100;
            valueText.text = config.NeedValue / 100 + "-" + config.NeedValue % 100;
        }
        else if (config.ZhanlingType == (int)BattlePassType.DJG)
        {
            valueText.text = config.NeedValue / 100 + "-" + config.NeedValue % 100;
        }
        else
        {