少年修仙传客户端代码仓库
Client_PangDeRong
2018-10-17 9a600764c640d0b0c9e4925b7401e2a115000514
2138 五行装备合成一键放入,如果有绑定装备,没有二次确认弹窗
1个文件已修改
11 ■■■■ 已修改文件
System/Compose/New/ComposeWinModel.cs 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Compose/New/ComposeWinModel.cs
@@ -542,13 +542,8 @@
        if(fixedMat.Count > 0 && unfixedMat.Count  > 0)
        {
            if(isFixedBind && isUnFixedBind)
            {
                return false;
            }
            else
            {
                if (isFixedBind || isUnFixedBind)
            if(isFixedBind != isUnFixedBind
                || (isFixedBind == isUnFixedBind && fixedNoBindRecord != unfixedNoBindRecord))
                {
                    return true;
                }
@@ -556,8 +551,6 @@
                {
                    return false;
                }
            }
        }
        else if(fixedMat.Count > 0)
        {