From 55f7ef2d46f6d18d94d73e07b2fe18fd546dc53f Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期四, 25 十月 2018 10:49:14 +0800
Subject: [PATCH] 2196 【1.1】【1.2】 把过期守护放仓库,上线显示守护过期提示弹框,点击查看后,显示错误

---
 System/KnapSack/Logic/ItemOverdueModel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/KnapSack/Logic/ItemOverdueModel.cs b/System/KnapSack/Logic/ItemOverdueModel.cs
index 7d83377..36b94b9 100644
--- a/System/KnapSack/Logic/ItemOverdueModel.cs
+++ b/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))
                     {

--
Gitblit v1.8.0