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