Main/System/KnapSack/PackManager.cs
@@ -354,6 +354,11 @@ if (singlePack != null) { ItemModel itemModel = singlePack.GetItemByIndex(clearItem.ItemIndex); if (itemModel == null) { Debug.LogErrorFormat("删除不存在的物品索引:{0}", clearItem.ItemIndex); return; } guid = itemModel.guid; int itemId = itemModel.itemId;