| System/DogzDungeon/DogzDungeonModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/DogzDungeon/DogzDungeonModel.cs
@@ -379,9 +379,9 @@ { foreach (var EliteCount in eliteCounts) { if (EliteCount.Key > 0) if (EliteCount.Value > 0) { return EliteCount.Value; return EliteCount.Key; } }