From 9aa7556e5b7a89c7c86bc3a6b49d9d60020c6721 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 8 May 2020 22:09:56 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_processing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/b_processing.php b/hwe/b_processing.php index 27ee250e..797a809a 100644 --- a/hwe/b_processing.php +++ b/hwe/b_processing.php @@ -41,7 +41,7 @@ if($isChiefTurn && !in_array($commandType, Util::array_flatten(GameConst::$avail } $gameStor = KVStorage::getStorage($db, 'game_env')->turnOnCache(); -$env = $gameStor->getValues(['init_year','init_month','startyear','year','month','show_img_level','join_mode','maxnation']); +$env = $gameStor->getAll(); $general = General::createGeneralObjFromDB($session->generalID); if(!$isChiefTurn){