Merge branch 'devel' of ssh://storage.hided.net:2525/devsam/core into devel

This commit is contained in:
2020-05-20 01:11:41 +09:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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(
+1
View File
@@ -128,6 +128,7 @@ class che_화계 extends Command\GeneralCommand
protected function initWithArg()
{
$this->setNation();
$this->setDestCity($this->arg['destCityID']);
$this->setDestNation($this->destCity['nation']);