少年修仙传客户端代码仓库
Client_PangDeRong
2019-01-07 34c48a4c6f2ae7d41aa5c8a72a0a5ba5e8c7f0b6
5749 【1.5】宗门试炼令牌兑换的宝箱打开的装备增加属性上升,下降箭头

任务描述
1个文件已修改
2 ■■■ 已修改文件
System/KnapSack/Logic/SelectBoxItemCell.cs 2 ●●● 补丁 | 查看 | 原始文档 | 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)
            {