| System/FindPrecious/FindPreciousModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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)