apparently also medium combat zones can have two objectives
This commit is contained in:
parent
a181a3cdd2
commit
f0692c3936
@ -111,10 +111,7 @@ internal class TransactionParserContext {
|
|||||||
.Count()
|
.Count()
|
||||||
;
|
;
|
||||||
|
|
||||||
if (warzoneNpcs >= 2 && grade != CombatZones.DifficultyHigh) {
|
if (warzoneNpcs >= 1 && grade == CombatZones.DifficultyLow) {
|
||||||
// Only large combat zones have two NPCs
|
|
||||||
grade = CombatZones.DifficultyHigh;
|
|
||||||
} else if (warzoneNpcs >= 1 && grade == CombatZones.DifficultyLow) {
|
|
||||||
grade = CombatZones.DifficultyMedium;
|
grade = CombatZones.DifficultyMedium;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user