From 2fb0f9761ef9789ce068fbe26d2e4c7af1148ec0 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 19 二月 2019 23:49:06 +0800
Subject: [PATCH] 3335 物品管理相关功能重构。

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

diff --git a/System/KnapSack/Logic/BoxGetItemModel.cs b/System/KnapSack/Logic/BoxGetItemModel.cs
index 99e039c..915ea1a 100644
--- a/System/KnapSack/Logic/BoxGetItemModel.cs
+++ b/System/KnapSack/Logic/BoxGetItemModel.cs
@@ -177,7 +177,7 @@
             ItemModel itemModel = playerPack.GetItemModelByGUID(guid);
             if (itemModel != null)
             {
-                ItemLogicUtility.Instance.SendMakeUseQuest(itemModel.itemInfo.ItemPlace,useCnt);
+                ItemLogicUtility.Instance.SendMakeUseQuest(itemModel.itemPlace,useCnt);
             }
         }
 

--
Gitblit v1.8.0