diff --git a/hwe/compare/turn_command_trace.php b/hwe/compare/turn_command_trace.php index 9731a6d2..e701b288 100644 --- a/hwe/compare/turn_command_trace.php +++ b/hwe/compare/turn_command_trace.php @@ -366,6 +366,7 @@ function comparisonApplyTurnFixtureSetup(mixed $setup): void 'expLevel' => 'explevel', 'officerLevel' => 'officer_level', 'officerCityId' => 'officer_city', + 'betray' => 'betray', 'injury' => 'injury', 'age' => 'age', 'gold' => 'gold', diff --git a/hwe/compare/turn_state_snapshot.php b/hwe/compare/turn_state_snapshot.php index 6562f19c..5878fb86 100644 --- a/hwe/compare/turn_state_snapshot.php +++ b/hwe/compare/turn_state_snapshot.php @@ -263,6 +263,7 @@ function comparisonTurnStateSnapshot(array $request): array 'dedication' => 'dedication', 'expLevel' => 'explevel', 'officerLevel' => 'officer_level', + 'betray' => 'betray', 'injury' => 'injury', 'gold' => 'gold', 'rice' => 'rice',