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