diff --git a/hwe/compare/turn_state_snapshot.php b/hwe/compare/turn_state_snapshot.php index 1c9eee28..c5aabba6 100644 --- a/hwe/compare/turn_state_snapshot.php +++ b/hwe/compare/turn_state_snapshot.php @@ -228,6 +228,7 @@ function comparisonTurnStateSnapshot(array $request): array 'init_year', 'init_month', 'develcost', + 'killturn', ]); $nextExecuteStorage = KVStorage::getStorage($db, 'next_execute'); $nextExecuteStorage->resetCache(); @@ -547,6 +548,7 @@ function comparisonTurnStateSnapshot(array $request): array 'initYear' => (int)$worldValues['init_year'], 'initMonth' => (int)$worldValues['init_month'], 'develCost' => (int)$worldValues['develcost'], + 'killTurn' => (int)$worldValues['killturn'], 'generalCooldowns' => $generalCooldowns, 'nationCooldowns' => $nationCooldowns, ],