少年修仙传客户端代码仓库
client_Zxw
2018-11-22 87ea0d7d91abc9d871ef1b1d349d17dafda86f9c
System/FindPrecious/DemonJarModel.cs
@@ -461,7 +461,7 @@
                        var grade = model.GetGrade(new Dungeon(DEMONJAR_MAPID, config.LineID));
                        if ((config.CanEnterTimes == 0 || grade == 0) && this.findPreciousModel.IsBossAlive((int)_bossId))
                        {
                            this.findPreciousModel.AddOneBossRebornNotify((int)_bossId);
                            this.findPreciousModel.AddOneBossRebornNotify(_bossId);
                        }
                    }
                }