diff --git a/hwe/sammo/Command/General/che_이동.php b/hwe/sammo/Command/General/che_이동.php
index 4af17d41..92a60d5f 100644
--- a/hwe/sammo/Command/General/che_이동.php
+++ b/hwe/sammo/Command/General/che_이동.php
@@ -186,25 +186,4 @@ class che_이동 extends Command\GeneralCommand
'distanceList' => \sammo\JSCitiesBasedOnDistance($this->generalObj->getCityID(), 1),
];
}
-
- public function getForm(): string
- {
- $currentCityID = $this->generalObj->getCityID();
- $currentCityName = CityConst::byID($currentCityID)->name;
-
- ob_start();
-?>
- = \sammo\getMapHtml() ?>
- 선택된 도시로 이동합니다.
- 인접 도시로만 이동이 가능합니다.
- 목록을 선택하거나 도시를 클릭하세요.
- = $currentCityName ?> =>
-
-
- = printCitiesBasedOnDistance($currentCityID, 1) ?>
- \sammo\JSOptionsForCities(),
+ 'mapTheme' => \sammo\getMapTheme(),
];
}
-
- public function getForm(): string
- {
- $srcCityName = \sammo\CityConst::byID($this->generalObj->getCityID())->name;
- ob_start();
-?>
- = \sammo\getMapHtml() ?>
- 선택된 도시를 향해 침공을 합니다.
- 침공 경로에 적군의 도시가 있다면 전투를 벌입니다.
- 목록을 선택하거나 도시를 클릭하세요.
- = $srcCityName ?> =>
-
-
+