From a80d012e7b0f90bec1fad47ea8296944b4a237ee Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 10 六月 2019 09:46:30 +0800
Subject: [PATCH] 7132 【2.0】【开发】打宝界面优化2

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

diff --git a/System/FindPrecious/DemonJarModel.cs b/System/FindPrecious/DemonJarModel.cs
index edd5681..a933fac 100644
--- a/System/FindPrecious/DemonJarModel.cs
+++ b/System/FindPrecious/DemonJarModel.cs
@@ -440,7 +440,7 @@
 
             if (bossId != 0 && this.findPreciousModel.IsBossNeverSubscribe(bossId))
             {
-                if (findPreciousModel.IsBossUnlock(bossId))
+                if (findPreciousModel.IsRealmEnoughToKillBoss(bossId))
                 {
                     var config = DemonJarConfig.Get(bossId);
                     if (config.AutoAttention == 1)

--
Gitblit v1.8.0