少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-26 ed8e821f67d61b96c55e52a4326c6fed80adb2b7
3335 封魔坛boss提示过早触发
1个文件已修改
11 ■■■■■ 已修改文件
System/FindPrecious/FindPreciousModel.cs 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/FindPrecious/FindPreciousModel.cs
@@ -18,7 +18,8 @@
        Redpoint lootPreciousRedpoint = new Redpoint(LOOTPRECIOUs_REDPOINTID);
        int m_ViewKillRecordsBoss = 0;
        public int ViewKillRecordsBoss {
        public int ViewKillRecordsBoss
        {
            get { return this.m_ViewKillRecordsBoss; }
            set { this.m_ViewKillRecordsBoss = value; }
        }
@@ -27,9 +28,11 @@
        public List<BossNotify> bossNotifies = new List<BossNotify>();
        BossNotify m_CurrentBossNotify = default(BossNotify);
        public BossNotify currentBossNotify {
        public BossNotify currentBossNotify
        {
            get { return m_CurrentBossNotify; }
            private set {
            private set
            {
                if (m_CurrentBossNotify != value)
                {
                    m_CurrentBossNotify = value;
@@ -530,7 +533,7 @@
                var bossId = boss.bossId;
                if (Config.Instance.ContainKey<DemonJarConfig>(bossId))
                {
                    if (IsBossAlive(bossId))
                    if (FuncOpen.Instance.IsFuncOpen(76) && IsBossAlive(bossId))
                    {
                        var config = Config.Instance.Get<DemonJarConfig>(bossId);
                        var grade = dungeonModel.GetGrade(new Dungeon(DemonJarModel.DEMONJAR_MAPID, config.LineID));