少年修仙传客户端代码仓库
client_linchunjie
2018-10-18 f93c57bfd57f97e78c3a00a29f302f5e8c83cdee
System/Chat/ChatCtrl.cs
@@ -763,7 +763,7 @@
                {
                    bool equip = itemPlaceList[i].packType == PackType.rptEquip;
                    uint[] stones = equip ? PlayerStoneData.Instance.GetStoneInfo(itemPlaceList[i].itemInfo.ItemPlace) : null;
                    _textBuilder.Append(StringUtility.Contact("*", itemPlaceList[i].itemInfo.ItemID,
                    _textBuilder.Append(StringUtility.Contact("#item#", itemPlaceList[i].itemInfo.ItemID,
                                                              "|", itemPlaceList[i].itemInfo.IsBind,
                                                              "|", itemPlaceList[i].itemInfo.ItemCount,
                                                              "|", stones != null ? LitJson.JsonMapper.ToJson(stones) :
@@ -814,7 +814,7 @@
                            ",\"Value\":", LitJson.JsonMapper.ToJson(_array)));
                        _textBuilder.Append("}");
                    }
                    _textBuilder.Append("*");
                    _textBuilder.Append("#item#");
                    if (_recently != null)
                    {
                        _recently.Add(cfg.ItemName, _textBuilder.ToString().Substring(_length));