少年修仙传客户端代码仓库
Client_PangDeRong
2018-09-26 1116fc04827699a16ec355a2769298d9440c5206
2033 副本进入门票界面点击门票合成无反应
1个文件已修改
4 ■■■ 已修改文件
System/Compose/New/ComposeWinModel.cs 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Compose/New/ComposeWinModel.cs
@@ -861,7 +861,9 @@
    public bool CheckIsComposeByType(int firstType,int secondType,int thirdType)
    {
        ItemCompoundConfig itemCompound = GetThirdTypeModellist(firstType,secondType,thirdType)[0];
        ItemCompoundConfig itemCompound = ItemCompoundConfig.GetItemCompoundByType(firstType, secondType, thirdType);
        if (itemCompound == null) return false;
        if (itemCompound.levelNeed <= PlayerDatas.Instance.baseData.LV)
        {
            return true;