少年修仙传客户端代码仓库
client_linchunjie
2018-12-24 e928c6570d4852394e4b8a83f1b56fdbaf3b7e3b
2680 【1.4】聚魂相关物品tips上的 分解按钮 点击无响应
1个文件已修改
9 ■■■■■ 已修改文件
System/GatheringSoul/GatheringSoulModel.cs 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/GatheringSoul/GatheringSoulModel.cs
@@ -661,6 +661,10 @@
                        {
                            continue;
                        }
                        if (compare.itemType == GATHERSOUL_ESSENCE_TYPE)
                        {
                            continue;
                        }
                        if (item.ExistSameProperty(compare.id)
                            && item.itemColor < compare.itemColor)
                        {
@@ -1532,6 +1536,11 @@
        public bool ExistSameProperty(int compareId)
        {
            if (!model.gatherSoulPropertys.ContainsKey(compareId)
                || !model.gatherSoulPropertys.ContainsKey(id))
            {
                return false;
            }
            var list = model.gatherSoulPropertys[id];
            for (int i = 0; i < list.Count; i++)
            {