From 51d4818b1ed03a833fc971c4fea46a276de3acbf Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Jul 2018 04:40:18 +0900 Subject: [PATCH] =?UTF-8?q?gameStor=20=EA=B0=92=20=EB=B2=84=EA=B7=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_process.php | 2 +- hwe/processing.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;