Main/System/KnapSack/PackManager.cs
@@ -434,8 +434,9 @@ if (itemGUIDDict[guid].packType == type) { itemGUIDDict.Remove(guid); DeleteItemEvent?.Invoke(type, guid, itemID, index, clearType); } //只是背包转移,不删除但也要通知 DeleteItemEvent?.Invoke(type, guid, itemID, index, clearType); } }