From 72cd4396fa81eae0cde131d62fbaf1cf3d6ace0a Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期日, 10 三月 2019 21:18:31 +0800
Subject: [PATCH] 3335 删除旧的套装代码。

---
 System/Chat/ChatCtrl.cs |   19 +------------------
 1 files changed, 1 insertions(+), 18 deletions(-)

diff --git a/System/Chat/ChatCtrl.cs b/System/Chat/ChatCtrl.cs
index 2ca76ec..1fe10f2 100644
--- a/System/Chat/ChatCtrl.cs
+++ b/System/Chat/ChatCtrl.cs
@@ -875,24 +875,7 @@
                             _textBuilder.Append(",");
                         }
                     }
-                    _textBuilder.Append("|");
-                    var _dictSuitLv = ModelCenter.Instance.GetModel<PlayerSuitModel>().GetServerSuitModelByPlace(itemPlaceList[i].itemPlace);
-                    if (_dictSuitLv != null && equip)
-                    {
-                        foreach (int key in _dictSuitLv.Keys)
-                        {
-                            _textBuilder.Append(StringUtility.Contact("'", key, "_", _dictSuitLv[key]));
-                        }
-                    }
-                    _textBuilder.Append("|");
-                    var _dictSuitCnt = ModelCenter.Instance.GetModel<PlayerSuitModel>().GetServerSuitCntByPlace(itemPlaceList[i].itemPlace);
-                    if (_dictSuitCnt != null && equip)
-                    {
-                        foreach (int key in _dictSuitCnt.Keys)
-                        {
-                            _textBuilder.Append(StringUtility.Contact("'", key, "_", _dictSuitCnt[(SuitType)key]));
-                        }
-                    }
+
                     _textBuilder.Append("|");
                     _textBuilder.Append(itemPlaceList[i].itemPlace);
                     _textBuilder.Append("|");

--
Gitblit v1.8.0