diff --git a/hwe/sammo/Command/Nation/che_부대탈퇴지시.php b/hwe/sammo/Command/Nation/che_부대탈퇴지시.php index 053bbf79..52a42d20 100644 --- a/hwe/sammo/Command/Nation/che_부대탈퇴지시.php +++ b/hwe/sammo/Command/Nation/che_부대탈퇴지시.php @@ -152,9 +152,6 @@ class che_부대탈퇴지시 extends Command\NationCommand 'generals' => $destRawGenerals, 'generalsKey' => ['no', 'name', 'officerLevel', 'npc', 'gold', 'rice', 'leadership', 'strength', 'intel', 'cityID', 'crew', 'train', 'atmos', 'troopID'], 'cities' => \sammo\JSOptionsForCities(), - 'minAmount' => 100, - 'maxAmount' => GameConst::$maxResourceActionAmount, - 'amountGuide' => GameConst::$resourceActionAmountGuide, ] ]; } diff --git a/hwe/ts/processing/Nation/index.ts b/hwe/ts/processing/Nation/index.ts index 68aaa9e3..a067fa47 100644 --- a/hwe/ts/processing/Nation/index.ts +++ b/hwe/ts/processing/Nation/index.ts @@ -7,8 +7,9 @@ import { default as che_피장파장 } from "./che_피장파장.vue"; import { default as cr_인구이동 } from "./cr_인구이동.vue"; import { default as ProcessNation } from "../ProcessNation.vue"; +import { default as ProcessGeneral } from "../ProcessGeneral.vue"; import { default as ProcessGeneralAmount } from "../ProcessGeneralAmount.vue"; -import { default as ProcessGeneralCity } from "./che_발령.vue"; +import { default as che_발령 } from "./che_발령.vue"; import { default as ProcessCity } from "../ProcessCity.vue"; export const commandMap: Record = { @@ -17,7 +18,8 @@ export const commandMap: Record + +
+
+ 지정한 장수에게 부대 탈퇴를 지시합니다.
+ 부대원만 가능합니다.
+
+
+
+ 장수 : + +
+
+ + {{ commandName }} + +
+
+
+ + + + +