hch
10 小时以前 88bf03c597aef8688ac380aaf556ea9cdabe27f5
0312 增加物品错误删除输出
1个文件已修改
2 ■■■ 已修改文件
Main/System/KnapSack/PackManager.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/KnapSack/PackManager.cs
@@ -355,7 +355,7 @@
            ItemModel itemModel = singlePack.GetItemByIndex(clearItem.ItemIndex);
            if (itemModel == null)
            {
                Debug.LogErrorFormat("删除不存在的物品索引:{0}", clearItem.ItemIndex);
                Debug.LogErrorFormat("删除不存在的物品索引:{0} 背包类型 {1}", clearItem.ItemIndex, type);
                return;
            }
            guid = itemModel.guid;