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; } }