少年修仙传客户端代码仓库
client_Wu Xijin
2018-11-24 3d6ee164cc11f73199404ee656a22e3a7559ac7e
4747 【前端】【1.3】修改自动进入封魔坛的规则。
1个文件已修改
2 ■■■ 已修改文件
System/FindPrecious/FindPreciousModel.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/FindPrecious/FindPreciousModel.cs
@@ -473,7 +473,7 @@
        private void RemoveBossRebornNotify(int bossId)
        {
            for (var i = bossNotifies.Count; i >= 0; i--)
            for (var i = bossNotifies.Count - 1; i >= 0; i--)
            {
                var notify = bossNotifies[i];
                if (notify.bossId == bossId)