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

---
 System/Chat/ChatCtrl.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/System/Chat/ChatCtrl.cs b/System/Chat/ChatCtrl.cs
index 7c60398..a1d1b73 100644
--- a/System/Chat/ChatCtrl.cs
+++ b/System/Chat/ChatCtrl.cs
@@ -1088,8 +1088,7 @@
             ItemInfo _itemInfo = new ItemInfo();
             _itemInfo.ItemID = flauntGemId;
             _itemInfo.IsBind = flauntGemBind ? 1 : 0;
-            _item.SetItemModel(_itemInfo);
-            _item.itemId = flauntGemId;
+            _item.SetItemInfo(_itemInfo);
             var itemInfo = string.Format("[{0}]", config.ItemName);
             itemPlaceList.Add(_item);
             return Language.Get("GemLookTalk", itemInfo);

--
Gitblit v1.8.0