少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-13 2df58aeacbf1177ec01167bdeccfe89d6a8d5804
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);