From 2dedbe54f91f780a5344a53e2df7eebe4d295fde Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 27 五月 2019 14:12:01 +0800
Subject: [PATCH] 6806 封魔坛副本前端化

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

diff --git a/System/MainInterfacePanel/InGamePushContainer.cs b/System/MainInterfacePanel/InGamePushContainer.cs
index 347c3ab..92dd89e 100644
--- a/System/MainInterfacePanel/InGamePushContainer.cs
+++ b/System/MainInterfacePanel/InGamePushContainer.cs
@@ -316,8 +316,8 @@
                         break;
                     case FindPreciousType.DemonJar:
                         {
-                            var totalTimes = dungeonModel.GetTotalTimes(DemonJarModel.DEMONJAR_MAPID);
-                            var enterTimes = dungeonModel.GetEnterTimes(DemonJarModel.DEMONJAR_MAPID);
+                            var totalTimes = dungeonModel.GetTotalTimes(DemonJarModel.DATA_MAPID);
+                            var enterTimes = dungeonModel.GetEnterTimes(DemonJarModel.DATA_MAPID);
                             killable = totalTimes > enterTimes;
                             show = !GeneralDefine.demonJarNoRebornRemindMaps.Contains(mapId);
                         }

--
Gitblit v1.8.0