From 5fde900554a3ef24facefe78575cd1ea38257ba3 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 5 Mar 2023 01:38:37 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20GetNationInfo=EC=97=90=EB=8A=94=20nation?= =?UTF-8?q?Notice=EA=B0=80=20=ED=95=84=EC=9A=94=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EC=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/API/Nation/GetNationInfo.php | 1 - hwe/ts/defs/API/Nation.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/hwe/sammo/API/Nation/GetNationInfo.php b/hwe/sammo/API/Nation/GetNationInfo.php index 63d73bd4..f7eae16f 100644 --- a/hwe/sammo/API/Nation/GetNationInfo.php +++ b/hwe/sammo/API/Nation/GetNationInfo.php @@ -99,7 +99,6 @@ class GetNationInfo extends \sammo\BaseAPI 'isFull' => $isFull, 'nation' => $nation, 'impossibleStrategicCommandLists' => $impossibleStrategicCommandLists, - 'nationNotice' => $nationStor->nationNotice, 'troops' => $troopName, ]; diff --git a/hwe/ts/defs/API/Nation.ts b/hwe/ts/defs/API/Nation.ts index 34f2f340..161fef06 100644 --- a/hwe/ts/defs/API/Nation.ts +++ b/hwe/ts/defs/API/Nation.ts @@ -154,7 +154,6 @@ export type NationInfoFull = ValidResponse & { nation: NationItem; isFull: true, impossibleStrategicCommandLists: [string, number][]; - nationNotice: NationNotice, troops: Record; }