From 06ca32802b4afed5b17246db2f70d2b205f4a411 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 17 Jul 2023 17:44:45 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B0=9C=EB=A0=B9=EC=97=90=EC=84=9C=20d?= =?UTF-8?q?estGeneral=EC=97=90=20turntime=20=ED=95=84=EC=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/Nation/che_발령.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Command/Nation/che_발령.php b/hwe/sammo/Command/Nation/che_발령.php index ddc3369a..fce72520 100644 --- a/hwe/sammo/Command/Nation/che_발령.php +++ b/hwe/sammo/Command/Nation/che_발령.php @@ -72,7 +72,7 @@ class che_발령 extends Command\NationCommand { $this->setDestCity($this->arg['destCityID']); - $destGeneral = General::createGeneralObjFromDB($this->arg['destGeneralID'], null, GeneralQueryMode::Lite); + $destGeneral = General::createGeneralObjFromDB($this->arg['destGeneralID'], ['turntime'], GeneralQueryMode::Lite); $this->setDestGeneral($destGeneral); if ($this->arg['destGeneralID'] == $this->getGeneral()->getID()) {