From 87ea0d7d91abc9d871ef1b1d349d17dafda86f9c Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期四, 22 十一月 2018 17:23:32 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/System/MainInterfacePanel/InGamePushContainer.cs b/System/MainInterfacePanel/InGamePushContainer.cs
index 3ac0ca0..6d46af1 100644
--- a/System/MainInterfacePanel/InGamePushContainer.cs
+++ b/System/MainInterfacePanel/InGamePushContainer.cs
@@ -231,15 +231,15 @@
 
         private void CheckBossReborn()
         {
-            if (findPreciousModel.currentBossNotify == 0)
+            if (findPreciousModel.currentBossNotify == default(FindPreciousModel.BossNotify))
             {
                 m_BossRebornPusher.gameObject.SetActive(false);
             }
             else
             {
-                if (!BossFakeLineUtility.Instance.IsBossVisible(findPreciousModel.currentBossNotify))
+                if (!BossFakeLineUtility.Instance.IsBossVisible(findPreciousModel.currentBossNotify.bossId))
                 {
-                    var findPreciousType = findPreciousModel.GetBossFindPreciousType(findPreciousModel.currentBossNotify);
+                    var findPreciousType = findPreciousModel.GetBossFindPreciousType(findPreciousModel.currentBossNotify.bossId);
 
                     var killable = false;
                     var show = true;

--
Gitblit v1.8.0