From de1f74cb4473ff9603128984c8e1c3be28bfaf01 Mon Sep 17 00:00:00 2001 From: hided62 Date: Sat, 25 Jul 2026 17:50:21 +0000 Subject: [PATCH] Add CreateAdminNPC no-op comparison fixture --- hwe/compare/fixtures/monthly_create_admin_npc.json | 9 +++++++++ hwe/compare/monthly_event_trace.php | 1 + 2 files changed, 10 insertions(+) create mode 100644 hwe/compare/fixtures/monthly_create_admin_npc.json diff --git a/hwe/compare/fixtures/monthly_create_admin_npc.json b/hwe/compare/fixtures/monthly_create_admin_npc.json new file mode 100644 index 00000000..74ca86de --- /dev/null +++ b/hwe/compare/fixtures/monthly_create_admin_npc.json @@ -0,0 +1,9 @@ +{ + "action": "CreateAdminNPC", + "environment": { + "year": 193, + "month": 12, + "startyear": 190 + }, + "observe": {} +} diff --git a/hwe/compare/monthly_event_trace.php b/hwe/compare/monthly_event_trace.php index 69412e70..7ed323bb 100644 --- a/hwe/compare/monthly_event_trace.php +++ b/hwe/compare/monthly_event_trace.php @@ -184,6 +184,7 @@ function comparisonMonthlyEventTraceMain(): void 'UpdateNationLevel', 'ProcessSemiAnnual', 'ProcessWarIncome', + 'CreateAdminNPC', ]; if (!in_array($actionName, $supportedActions, true)) { throw new \InvalidArgumentException('unsupported monthly action');