| System/KnapSack/Logic/SelectBoxItemCell.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/KnapSack/Logic/SelectBoxItemCell.cs
@@ -33,7 +33,7 @@ ItemConfig itemConfig = Config.Instance.Get<ItemConfig>(id); this.ItemId = id; nameText.text = itemConfig.ItemName; ItemCellModel cellModel = new ItemCellModel(id, false, (ulong)BoxModel.selectDict[id]); ItemCellModel cellModel = new ItemCellModel(id, false, (ulong)BoxModel.selectDict[id],0,"",PackType.rptDeleted,true); itemBaisc.Init(cellModel); if (itemConfig.Effect1 == 220) {