少年修仙传客户端代码仓库
Client_PangDeRong
2018-10-17 9a600764c640d0b0c9e4925b7401e2a115000514
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)
        {