From ed1d2cbf0dbccb332ebab54cddd85905d96a7b4a Mon Sep 17 00:00:00 2001 From: Hide_D Date: Tue, 18 Jul 2023 10:49:37 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20=EB=B0=9C=EB=A0=B9=EC=97=90?= =?UTF-8?q?=EC=84=9C=20destGeneral=EC=97=90=20turntime=20=ED=95=84?= =?UTF-8?q?=EC=9A=94"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 06ca32802b4afed5b17246db2f70d2b205f4a411. --- 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 fce72520..ddc3369a 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'], ['turntime'], GeneralQueryMode::Lite); + $destGeneral = General::createGeneralObjFromDB($this->arg['destGeneralID'], null, GeneralQueryMode::Lite); $this->setDestGeneral($destGeneral); if ($this->arg['destGeneralID'] == $this->getGeneral()->getID()) {