少年修仙传客户端代码仓库
client_Zxw
2019-01-04 eebcfa134e8f49e70b94fb9fb1d24ba0f0f7abd5
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
1个文件已修改
2 ■■■ 已修改文件
System/GatheringSoul/GatherSoulEquipListWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/GatheringSoul/GatherSoulEquipListWin.cs
@@ -75,7 +75,7 @@
            var equipCell = cell as GatherSoulEquipCell;
            if (cell.index < equipList.Count)
            {
                equipCell.Display(equipList[cell.index], existHoleItem && cell.index == 0);
                equipCell.Display(equipList[cell.index], cell.index == 0);
            }
        }