System/Message/RichTableEvent.cs
@@ -188,7 +188,13 @@ RealmConfig _cfg = ConfigManager.Instance.GetTemplate<RealmConfig>(id); if (_cfg != null) { return GetTextColorByItemColor(_cfg.Name, _cfg.Quality, _dict); var text = RichTextMgr.Inst.presentRichText; int colorType = 0; if (text != null) { colorType = text.colorType == RichText.ColorType.Dark ? 0 : 1; } return UIHelper.GetRealmName(id, colorType == 1); } } }