From 4ee2e023aa90ecb96996382934efad9754c34d55 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 19 May 2020 10:07:24 +0900 Subject: [PATCH 1/2] =?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/sammo/Command/General/che_화계.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/sammo/Command/General/che_화계.php b/hwe/sammo/Command/General/che_화계.php index 6b4f6115..2efb6a52 100644 --- a/hwe/sammo/Command/General/che_화계.php +++ b/hwe/sammo/Command/General/che_화계.php @@ -128,6 +128,7 @@ class che_화계 extends Command\GeneralCommand protected function initWithArg() { + $this->setNation(); $this->setDestCity($this->arg['destCityID']); $this->setDestNation($this->destCity['nation']); From c8993e9832cc41170976bebc053d01ad73e9deb4 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 19 May 2020 16:53:20 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EC=95=94=ED=95=B4=EB=B6=80=20=EC=A0=95?= =?UTF-8?q?=EB=A0=AC=20=EB=B2=84=EA=B7=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_genList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/b_genList.php b/hwe/b_genList.php index c5aadb29..4deba6fd 100644 --- a/hwe/b_genList.php +++ b/hwe/b_genList.php @@ -93,7 +93,7 @@ switch ($type) { case 5: $orderSQL = "order by crew desc"; break; case 6: $orderSQL = "order by killturn"; break; case 7: $orderSQL = "order by turntime"; break; - case 8: $orderSQL = "order by troop_leader desc"; break; + case 8: $orderSQL = "order by troop desc"; break; } $generals = $db->query(