hch
2026-01-01 4e18a147846922ae308a728281c6f8d86dd53747
0312 官职进阶界面泡泡数值bug 修复
1个文件已修改
2 ■■■ 已修改文件
Main/System/OfficialRank/OfficialUpWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | 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]);
            }
        }