少年修仙传客户端代码仓库
client_Zxw
2018-11-22 87ea0d7d91abc9d871ef1b1d349d17dafda86f9c
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;