From ffaf91d2d4a309b43b908e105f67ff81f48b878c Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 22 八月 2018 16:16:52 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/MainInterfacePanel/FlyingShoesTask.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/System/MainInterfacePanel/FlyingShoesTask.cs b/System/MainInterfacePanel/FlyingShoesTask.cs
index 66291d4..0821dc5 100644
--- a/System/MainInterfacePanel/FlyingShoesTask.cs
+++ b/System/MainInterfacePanel/FlyingShoesTask.cs
@@ -132,7 +132,10 @@
                 else
                 {
                     StateDetermination();
-                    ContentText.ExcuteHref();
+                    var mapModel = ModelCenter.Instance.GetModel<MapModel>();
+                    var point = mapModel.GetRecommendHangPoint();
+                    var config = Config.Instance.Get<MapEventPointConfig>(point);
+                    MapTransferUtility.Instance.MoveToNPC(config.NPCID);
                 }
                 return;
             }
@@ -203,6 +206,8 @@
             }
         }
 
+        
+
         private void StateDetermination()//鐘舵�佸垽瀹�
         {
             DropItemManager.StopMissionPickup = true;//涓诲姩鍋滄鎷惧彇鐗╁搧

--
Gitblit v1.8.0