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