diff --git a/hwe/func_process.php b/hwe/func_process.php index 12484a68..27df73b8 100644 --- a/hwe/func_process.php +++ b/hwe/func_process.php @@ -872,7 +872,7 @@ function process_11(&$general, $type) { $defaulttrain = GameConst::$defaultTrainHigh; } - [$startYear, $year, $month] = $gameStor->getValuesAsArray(['startyear, year, month']); + [$startYear, $year, $month] = $gameStor->getValuesAsArray(['startyear', 'year', 'month']); $actLog = new ActionLogger($general['no'], $general['nation'], $year, $month); diff --git a/hwe/processing.php b/hwe/processing.php index 5538bbc7..c8e29179 100644 --- a/hwe/processing.php +++ b/hwe/processing.php @@ -217,7 +217,7 @@ function command_11($turn, $command, bool $is모병 = false) { $ownCities = []; $ownRegions = []; - [$year, $startYear] = $gameStor->getValuesAsArray(['year','startyear']); + [$year, $startyear] = $gameStor->getValuesAsArray(['year','startyear']); $relativeYear = $year - $startyear;