fix: align scenario 2400 monthly parity

This commit is contained in:
2026-08-05 13:25:39 +00:00
parent f731f1f38e
commit 5d6923f11a
26 changed files with 564 additions and 89 deletions
+3
View File
@@ -165,6 +165,7 @@ const resolveUnitReport = (unit: WarUnit): WarUnitReport => {
isAttacker: unit.isAttacker(),
killed: unit.getKilled(),
dead: unit.getDead(),
phase: unit.getPhase(),
};
}
@@ -176,6 +177,7 @@ const resolveUnitReport = (unit: WarUnit): WarUnitReport => {
isAttacker: unit.isAttacker(),
killed: unit.getKilled(),
dead: unit.getDead(),
phase: unit.getPhase(),
};
}
@@ -186,6 +188,7 @@ const resolveUnitReport = (unit: WarUnit): WarUnitReport => {
isAttacker: unit.isAttacker(),
killed: unit.getKilled(),
dead: unit.getDead(),
phase: unit.getPhase(),
};
};