From 67a2ba7feb3576913dc2df2bce8ccc9d87840843 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 12 一月 2026 11:26:38 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/BattlePass/BattlePassCommonCell.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Main/System/BattlePass/BattlePassCommonCell.cs b/Main/System/BattlePass/BattlePassCommonCell.cs
index 52e769c..d9524f0 100644
--- a/Main/System/BattlePass/BattlePassCommonCell.cs
+++ b/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
--
Gitblit v1.8.0