From 2df58aeacbf1177ec01167bdeccfe89d6a8d5804 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 13 二月 2019 14:20:28 +0800
Subject: [PATCH] 3335 配置表读取重构,修改配置表读取接口1

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

diff --git a/System/MainInterfacePanel/HoistingWin.cs b/System/MainInterfacePanel/HoistingWin.cs
index 8818766..f1f9d30 100644
--- a/System/MainInterfacePanel/HoistingWin.cs
+++ b/System/MainInterfacePanel/HoistingWin.cs
@@ -66,7 +66,7 @@
                 Close();
                 var mapModel = ModelCenter.Instance.GetModel<MapModel>();
                 var point = mapModel.GetRecommendHangPoint();
-                var config = Config.Instance.Get<MapEventPointConfig>(point);
+                var config = MapEventPointConfig.Get(point);
                 MapTransferUtility.Instance.MoveToNPC(config.NPCID);
             });
             WorldBossButton.AddListener(() => {

--
Gitblit v1.8.0