少年修仙传客户端代码仓库
client_linchunjie
2019-01-04 92536595ff098e9b9b9fb529cc7f5a3f1173f771
5685 【前端】【1.4.100】聚魂一键分解功能红点提醒与逻辑优化
1个文件已修改
4 ■■■■ 已修改文件
System/GatheringSoul/GatherSoulResolveWin.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/GatheringSoul/GatherSoulResolveWin.cs
@@ -247,6 +247,10 @@
                var item = model.resolveItems[i];
                if (item != null && model.CheckExist(item))
                {
                    if (item.itemType == GatheringSoulModel.GATHERSOUL_ESSENCE_TYPE)
                    {
                        continue;
                    }
                    if (model.IsSamePropertyCompareHoles(-1, item) == -1)
                    {
                        existUnEquipBetterProperty = true;