System/Chat/ChatSendComponent.cs
@@ -192,7 +192,7 @@ { Match match = matchArray[m]; ItemModel itemModel = ChatCtrl.Inst.itemPlaceList[i]; ItemConfig cfg = Config.Instance.Get<ItemConfig>((int)itemModel.itemInfo.ItemID); ItemConfig cfg = ItemConfig.Get((int)itemModel.itemInfo.ItemID); if (cfg.ItemName != match.Groups[1].Value) { ChatCtrl.Inst.itemPlaceList.RemoveAt(i);