少年修仙传客户端代码仓库
client_Zxw
2018-09-04 b4d5a32a7cc9035bb1efa29ad062cd2bd70ad898
System/Compose/New/ComposeWinModel.cs
@@ -801,7 +801,9 @@
        ItemConfig itemConfig = Config.Instance.Get<ItemConfig>(itemId);
        if (itemConfig == null) return false;
        ItemCompoundConfig itemCompound = Config.Instance.Get<ItemCompoundConfig>(itemConfig.ComposeID);
        int[] composeCondi = itemConfig.JumpComposeCondi;
        if (composeCondi.Length < 3) return false;
        ItemCompoundConfig itemCompound = GetThirdTypeModellist(composeCondi[0],composeCondi[1],composeCondi[2])[0];
        if(itemCompound.levelNeed <= PlayerDatas.Instance.baseData.LV)
        {
            switch (itemCompound.firstType)
@@ -824,7 +826,7 @@
            }
            this.secondType = itemCompound.secondType;
            if(itemConfig.ComposeID == 223)
            if(itemCompound.firstType == 5 && itemCompound.secondType == 3)
            {
                this.thirdType = PlayerDatas.Instance.baseData.Job;
            }