From d9e6e5aac14261fad5bd18053b600bd513b45509 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 04 九月 2018 15:28:38 +0800
Subject: [PATCH] 1889 【前端】神兽地界及界面相关
---
System/FindPrecious/FindPreciousBossRebornBehaviour.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/FindPrecious/FindPreciousBossRebornBehaviour.cs b/System/FindPrecious/FindPreciousBossRebornBehaviour.cs
index f624219..197dda7 100644
--- a/System/FindPrecious/FindPreciousBossRebornBehaviour.cs
+++ b/System/FindPrecious/FindPreciousBossRebornBehaviour.cs
@@ -251,7 +251,7 @@
private void GotoKillDogzDungeonBoss(int _bossId)
{
var mapId = PlayerDatas.Instance.baseData.MapID;
- var mapConfig = ConfigManager.Instance.GetTemplate<MapConfig>(mapId);
+ var mapConfig = Config.Instance.Get<MapConfig>(mapId);
if (mapConfig.MapFBType == (int)MapType.OpenCountry)
{
--
Gitblit v1.8.0