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( 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']);