From f44cc74fc3838e242d40da15ae97d91ed5d34eea Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 24 六月 2019 12:39:39 +0800
Subject: [PATCH] 3335 封魔坛自动关注逻辑修改

---
 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 60ee04e..3a75f3b 100644
--- a/System/FindPrecious/DemonJarModel.cs
+++ b/System/FindPrecious/DemonJarModel.cs
@@ -516,7 +516,7 @@
 
             if (bossId != 0 && this.findPreciousModel.IsBossNeverSubscribe(bossId))
             {
-                if (findPreciousModel.IsBossUnlock(bossId))
+                if (IsBossUnlock(bossId))
                 {
                     var config = DemonJarConfig.Get(bossId);
                     if (config.AutoAttention == 1)

--
Gitblit v1.8.0