From 9e88b034385d3ec1711a74716613408dabd04699 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 21 May 2018 23:52:13 +0900 Subject: [PATCH] =?UTF-8?q?autoreset=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/j_autoreset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/j_autoreset.php b/hwe/j_autoreset.php index 0b024ed1..2b404fd8 100644 --- a/hwe/j_autoreset.php +++ b/hwe/j_autoreset.php @@ -22,7 +22,7 @@ $now = new \DateTime(); $status = 'not_yet'; -list($isUnited, $lastTurn) = $gameStor->getValues(['isUnited', 'turntime']); +list($isUnited, $lastTurn) = $gameStor->getValuesAsArray(['isunited', 'turntime']); if($isUnited === null || $lastTurn === null){ $isUnited = 2; $lastTurn = '2000-01-01';