少年修仙传客户端代码仓库
Client_PangDeRong
2018-10-10 900d7b633613dfc648c9a2572a7d03687eb519dd
2119 【1.0.18】洗炼升阶时,战力显示错误
1个文件已修改
4 ■■■■ 已修改文件
Utility/UIHelper.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Utility/UIHelper.cs
@@ -581,7 +581,7 @@
                }
                else
                {
                    int attrValue = _propertyDict[_key];
                    float attrValue = _propertyDict[_key];
                    int fightParm = GetFightPowerParmByAttrId(_key);
                    if(_key == 11)
                    {
@@ -602,7 +602,7 @@
                            attrValue = attrValue * fightParm;
                        }
                    }
                    Equation.Instance.AddKeyValue(cfg.Parameter,attrValue);
                    Equation.Instance.AddKeyValue(cfg.Parameter, attrValue);
                }
            }