From 56ff3dd3c56d2aa6ad561db89e9ee58aa752855b Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 11 Aug 2021 02:37:29 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=B5=9C=EB=8C=80=20=EC=9E=84=EA=B4=80?= =?UTF-8?q?=20=EB=85=84=EC=88=98=20=EA=B3=84=EC=82=B0=20=EC=95=88=ED=95=98?= =?UTF-8?q?=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func.php b/hwe/func.php index 34c7e19d..dc758aa5 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -1707,7 +1707,7 @@ function deleteNation(General $lord, bool $applyDB):array $nationID, $lordID ), - ['npc', 'gold', 'rice', 'experience', 'explevel', 'dedication', 'dedlevel', 'aux'], 1 + ['npc', 'gold', 'rice', 'experience', 'explevel', 'dedication', 'dedlevel', 'belong', 'aux'], 1 ); $nationGeneralList[$lordID] = $lord;