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