hch
3 天以前 88bf03c597aef8688ac380aaf556ea9cdabe27f5
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;