From dc1cc8378f4271a6fffbe60dff0630cdead6cab1 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 31 一月 2019 12:00:53 +0800
Subject: [PATCH] 3335 场景切换重构
---
Fight/MapTransferUtility.cs | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/Fight/MapTransferUtility.cs b/Fight/MapTransferUtility.cs
index 9688b12..a56fc3c 100644
--- a/Fight/MapTransferUtility.cs
+++ b/Fight/MapTransferUtility.cs
@@ -489,11 +489,6 @@
_model.RequestMapTransport(_npcLocation.mapId);
m_SwitchMapFinished = false;
m_MapID = _npcLocation.mapId;
- var mapResourceConfig = MapResourcesConfig.GetConfig(MapUtility.GetDataMapId(_npcLocation.mapId), 0);
- if (mapResourceConfig != null)
- {
- LoadingWin.targetMapResId = mapResourceConfig.ID;
- }
}
// 鎵句笉鍒版垨鑰呮槸鏈湴鍥�
// 鎵句笉鍒板彲鑳芥槸瀹㈡埛绔璞�,涔熷彲鑳芥槸閰嶇疆涓嶅瓨鍦�
@@ -727,8 +722,6 @@
SysNotifyMgr.Instance.ShowTip("PK_Leave");
return;
}
-
- LoadingWin.targetMapResId = MapUtility.GetMapResourceId(npcLocation.mapId, 0);
}
_hero.Behaviour.StopHandupAI(true);
@@ -788,8 +781,6 @@
SysNotifyMgr.Instance.ShowTip("Map_Delivery");
return;
}
-
- LoadingWin.targetMapResId = MapUtility.GetMapResourceId(mapID, 0);
}
_hero.Behaviour.StopHandupAI(true);
--
Gitblit v1.8.0