fix: GetNationInfo에는 nationNotice가 필요하지 않음
This commit is contained in:
@@ -99,7 +99,6 @@ class GetNationInfo extends \sammo\BaseAPI
|
|||||||
'isFull' => $isFull,
|
'isFull' => $isFull,
|
||||||
'nation' => $nation,
|
'nation' => $nation,
|
||||||
'impossibleStrategicCommandLists' => $impossibleStrategicCommandLists,
|
'impossibleStrategicCommandLists' => $impossibleStrategicCommandLists,
|
||||||
'nationNotice' => $nationStor->nationNotice,
|
|
||||||
'troops' => $troopName,
|
'troops' => $troopName,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -154,7 +154,6 @@ export type NationInfoFull = ValidResponse & {
|
|||||||
nation: NationItem;
|
nation: NationItem;
|
||||||
isFull: true,
|
isFull: true,
|
||||||
impossibleStrategicCommandLists: [string, number][];
|
impossibleStrategicCommandLists: [string, number][];
|
||||||
nationNotice: NationNotice,
|
|
||||||
troops: Record<number, string>;
|
troops: Record<number, string>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user