少年修仙传客户端代码仓库
client_Zxw
2019-01-04 55d60b309d19c70fc312a9c882a6fbde1ca3763a
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
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;