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