少年修仙传客户端代码仓库
2196 【1.1】【1.2】 把过期守护放仓库,上线显示守护过期提示弹框,点击查看后,显示错误
1个文件已修改
2 ■■■ 已修改文件
System/KnapSack/Logic/ItemOverdueModel.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/KnapSack/Logic/ItemOverdueModel.cs
@@ -172,7 +172,7 @@
            {
                string guid = itemGuids[i];
                ItemModel itemModel = playerPack.GetItemModelByGUID(guid);
                if(itemModel == null)
                if(itemModel == null || itemModel.packType != PackType.rptItem)
                {
                    if (itemGuids.Contains(guid))
                    {