From 6ff014fe5d235bdb5e9d508d344b3e74a8d6131e Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 16 九月 2025 14:32:12 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/OfficialRank/OfficialLVUPSuccessWin.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Main/System/OfficialRank/OfficialLVUPSuccessWin.cs b/Main/System/OfficialRank/OfficialLVUPSuccessWin.cs
index 9a4e02b..7beb62e 100644
--- a/Main/System/OfficialRank/OfficialLVUPSuccessWin.cs
+++ b/Main/System/OfficialRank/OfficialLVUPSuccessWin.cs
@@ -52,8 +52,8 @@
for (int i = 0; i < attrNameText.Length; i++)
{
attrNameText[i].text = PlayerPropertyConfig.Get(config.AddAttrType[i]).Name;
- attrPerTextArr[i].text = PlayerPropertyConfig.GetValueDescription(config.AddAttrType[i], beforeConfig.AddAttrType[i]);
- nextAttrPerTextArr[i].text = PlayerPropertyConfig.GetValueDescription(config.AddAttrType[i], config.AddAttrType[i]);
+ attrPerTextArr[i].text = PlayerPropertyConfig.GetValueDescription(config.AddAttrType[i], beforeConfig.AddAttrNum[i]);
+ nextAttrPerTextArr[i].text = PlayerPropertyConfig.GetValueDescription(config.AddAttrType[i], config.AddAttrNum[i]);
}
--
Gitblit v1.8.0