feat(WIP): processing 숙련전환, 불가침제의
This commit is contained in:
@@ -2,6 +2,7 @@ import { default as che_건국 } from "./che_건국.vue";
|
||||
import { default as che_군량매매 } from "./che_군량매매.vue";
|
||||
import { default as che_등용 } from "./che_등용.vue";
|
||||
import { default as che_선양 } from "./che_선양.vue";
|
||||
import { default as che_숙련전환 } from "./che_숙련전환.vue";
|
||||
import { default as che_임관 } from "./che_임관.vue";
|
||||
import { default as che_장수대상임관 } from "./che_장수대상임관.vue";
|
||||
import { default as che_징병 } from "./che_징병.vue";
|
||||
@@ -21,6 +22,7 @@ export const commandMap: Record<string, typeof ProcessCity> = {
|
||||
che_모병: che_징병,
|
||||
che_선동: ProcessCity,
|
||||
che_선양,
|
||||
che_숙련전환,
|
||||
che_이동: ProcessCity,
|
||||
che_임관,
|
||||
che_장수대상임관,
|
||||
@@ -36,5 +38,5 @@ export const commandMap: Record<string, typeof ProcessCity> = {
|
||||
|
||||
/*
|
||||
- 항목들
|
||||
고유 양식 - 숙련전환, 장비매매
|
||||
고유 양식 - 장비매매
|
||||
*/
|
||||
Reference in New Issue
Block a user