From 71bfa85aece42afa703e192d72a5ddece649dd15 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 13 十一月 2018 10:42:31 +0800
Subject: [PATCH] 3335 api命名修改

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

diff --git a/System/Chat/ChatCtrl.cs b/System/Chat/ChatCtrl.cs
index 8cf5e6d..c7ff8b4 100644
--- a/System/Chat/ChatCtrl.cs
+++ b/System/Chat/ChatCtrl.cs
@@ -723,7 +723,7 @@
                         {
                             string append = string.Format("<a><Word info=item id={0} userdata={4} chatsend=1/>|showitem={0} isbind={1} itemcnt={2} stone={3} userdata={4} suitLv={5} suitCnt={6} place={7} equipwash={8}</a>",
                                       strarray[0], strarray[1], strarray[2], strarray[3], strarray[4], strarray[5], strarray[6], strarray[7], strarray[8]);
-                            append = UIHelper.GetTextColorByItemColor(cfg.ItemColor, append);
+                            append = UIHelper.AppendStringColor(cfg.ItemColor, append);
                             data.richText.Append(append);
                         }
                         catch (Exception e)

--
Gitblit v1.8.0