From 312711b7edf6b40e0cb5ceb49102d1c2125f7e53 Mon Sep 17 00:00:00 2001 From: hided62 Date: Sun, 26 Jul 2026 15:14:49 +0000 Subject: [PATCH] compare: expose officer city in turn snapshots --- hwe/compare/turn_state_snapshot.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/compare/turn_state_snapshot.php b/hwe/compare/turn_state_snapshot.php index ff1eabb1..fce5ece5 100644 --- a/hwe/compare/turn_state_snapshot.php +++ b/hwe/compare/turn_state_snapshot.php @@ -277,6 +277,7 @@ function comparisonTurnStateSnapshot(array $request): array 'dedication' => 'dedication', 'expLevel' => 'explevel', 'officerLevel' => 'officer_level', + 'officerCityId' => 'officer_city', 'betray' => 'betray', 'injury' => 'injury', 'gold' => 'gold',