From 4ebe51d9789004c9682c54528fee838fa80cac41 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 14 Apr 2018 15:44:47 +0900 Subject: [PATCH] =?UTF-8?q?\DateTime=20=EC=98=A4=ED=83=80=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/sammo/ScoutMessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/ScoutMessage.php b/hwe/sammo/ScoutMessage.php index 248109f6..452c6217 100644 --- a/hwe/sammo/ScoutMessage.php +++ b/hwe/sammo/ScoutMessage.php @@ -334,7 +334,7 @@ class ScoutMessage extends Message{ $srcGeneral = $db->queryFirstRow('SELECT `name`, nation FROM nation WHERE `no`=%i', $srcGeneralID); $destGeneral = $db->queryFirstRow('SELECT `name`, nation, `level` FROM nation WHERE `no`=%i', $destGeneralID); if($date === null){ - $date = new DateTime(); + $date = new \DateTime(); } if($destGeneral['level'] == 12){