From 22b191d1a96e30596fa251437e2af6080d56acac Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 13 二月 2019 15:46:15 +0800
Subject: [PATCH] 3335 配置表读取重构。

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

diff --git a/System/WorldMap/LocalMapEventPointInstroduce.cs b/System/WorldMap/LocalMapEventPointInstroduce.cs
index 69abd08..0829949 100644
--- a/System/WorldMap/LocalMapEventPointInstroduce.cs
+++ b/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);

--
Gitblit v1.8.0