| Main/System/OfficialRank/OfficialUpWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Main/System/OfficialRank/OfficialUpWin.cs
@@ -66,7 +66,7 @@ if (i < nextConfig.AddAttrType.Length) { paopaoTextArrName[i].text = PlayerPropertyConfig.Get(nextConfig.AddAttrType[i]).Name; paopaoTextArrValue[i].text = "+" + PlayerPropertyConfig.GetValueDescription(nextConfig.AddAttrType[i], nextConfig.AddAttrNum[i]); paopaoTextArrValue[i].text = "+" + PlayerPropertyConfig.GetValueDescription(nextConfig.AddAttrType[i], nextConfig.AddAttrNum[i] - config.AddAttrNum[i]); } }