From 283a720f06b0834b71ce8413a28caf24eeedc017 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 19 二月 2019 23:43:01 +0800
Subject: [PATCH] 3335 物品管理相关功能重构。
---
System/Chat/ChatSendComponent.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Chat/ChatSendComponent.cs b/System/Chat/ChatSendComponent.cs
index 99f4400..b6b3fd9 100644
--- a/System/Chat/ChatSendComponent.cs
+++ b/System/Chat/ChatSendComponent.cs
@@ -192,7 +192,7 @@
{
Match match = matchArray[m];
ItemModel itemModel = ChatCtrl.Inst.itemPlaceList[i];
- ItemConfig cfg = ItemConfig.Get((int)itemModel.itemInfo.ItemID);
+ ItemConfig cfg = ItemConfig.Get((int)itemModel.itemId);
if (cfg.ItemName != match.Groups[1].Value)
{
ChatCtrl.Inst.itemPlaceList.RemoveAt(i);
--
Gitblit v1.8.0