From 4efedb5a54922452a3d90e7074d78d19b2f5f2ce Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 24 一月 2019 19:34:20 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/System/KnapSack/New/SplitWin.cs b/System/KnapSack/New/SplitWin.cs
index 356f33e..ba80a81 100644
--- a/System/KnapSack/New/SplitWin.cs
+++ b/System/KnapSack/New/SplitWin.cs
@@ -101,7 +101,7 @@
         public void InitPanel()
         {
             ItemModel itemModel = playerPack.GetItemModelByGUID(itemTipsModel.curAttrData.guid);
-            if (itemModel == null || itemModel.packType != PackType.rptItem)
+            if (itemModel == null)
                 return;
 
             _itemCell.Init(itemModel);

--
Gitblit v1.8.0