| System/GatheringSoul/GatherSoulEquipListWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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); } }