| Main/System/Message/RichTableEvent.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Main/System/Message/RichTableEvent.cs
@@ -112,6 +112,19 @@ if (cfg != null) { return cfg.NPCName; } } } break; case "hero": { int id = 0; if (_dict.ContainsKey("id") && int.TryParse(_dict["id"], out id)) { HeroConfig cfg = HeroConfig.Get(id); if (cfg != null) { return UIHelper.AppendColor(UIHelper.GetUIColorByFunc(cfg.Quality), cfg.Name) ; } } }