System/WorldMap/LocalMapEventPointInstroduce.cs
@@ -24,7 +24,7 @@ public void Display(int _id, Transform _target) { var config = TableConfig.MapEventPointConfig.Get(_id); var config = MapEventPointConfig.Get(_id); RecommondMinLv.text = config.LowLV.ToString(); RecommondMaxLv.text = config.Defense.ToString(); RecommondMinLv.color = PlayerDatas.Instance.baseData.LV < config.LowLV ? UIHelper.GetUIColor(TextColType.Red, false) : UIHelper.GetUIColor(TextColType.Green, false);