少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-13 22b191d1a96e30596fa251437e2af6080d56acac
System/WorldMap/LocalMapEventPointToggle.cs
@@ -56,7 +56,7 @@
        private void DrawEventInfo()
        {
            var config = TableConfig.MapEventPointConfig.Get(this.m_EventId);
            var config = MapEventPointConfig.Get(this.m_EventId);
            var tagChinNpcMod = NPCConfig.Get(config.NPCID);
            this.m_Title.text = tagChinNpcMod != null ? tagChinNpcMod.charName : "";
            if (config.LowLV == config.HighestLV)