| Main/System/KnapSack/PackManager.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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;