少年修仙传客户端代码仓库
client_Lhy
2019-06-11 712c96f16a43ca2ebcf607b384c0e886e3dbd094
System/CrossServerBoss/CrossServerBossWin.cs
@@ -204,7 +204,7 @@
                    m_SurpassLevel.gameObject.SetActive(false);
                    break;
                case 4:
                    if (!findPreciousModel.IsRealmEnoughToKillBoss(bossId))
                    if (!findPreciousModel.IsBossUnlock(bossId))
                    {
                        m_NoDamageTip.gameObject.SetActive(true);
                        m_SurpassLevel.gameObject.SetActive(false);
@@ -246,9 +246,6 @@
        private void DisplayGotoKillButton(int bossId)
        {
            var config = CrossServerBossConfig.Get(model.selectedBoss);
            var isUnlock = config.MonsterType != 4 || findPreciousModel.IsBossUnlock(model.selectedBoss);
            m_Goto.gameObject.SetActive(isUnlock);
        }
        private void DisplaySubscribe(int bossId)