test(compare): trace monthly diplomacy transitions

This commit is contained in:
2026-07-25 22:08:08 +00:00
parent 18abcde0d5
commit 4e0e5c9cd7
2 changed files with 179 additions and 0 deletions
+1
View File
@@ -493,6 +493,7 @@ function comparisonMonthlyEventTraceMain(): void
'you' => $row['toNationId'],
'state' => $row['state'],
'term' => $row['term'],
'dead' => $row['dead'] ?? 0,
];
DB::db()->insertUpdate('diplomacy', $diplomacyPatch, $diplomacyPatch);
}