From 14b8bb979048769c96b57bdc6eae48aa64fbeb4a Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 3 Oct 2022 11:32:22 +0900 Subject: [PATCH] =?UTF-8?q?fix:=202=EB=B2=88=20=EC=97=B0=EC=86=8D=20?= =?UTF-8?q?=EB=A9=B8=EB=A7=9D=20=EC=8B=9C=20=EC=9C=A0=EC=82=B0=20=ED=8F=AC?= =?UTF-8?q?=EC=9D=B8=ED=8A=B8=20=EA=B3=84=EC=82=B0=20=EC=98=A4=EB=A5=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/func.php b/hwe/func.php index 6987d794..d1c60b04 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -1805,7 +1805,7 @@ function deleteNation(General $lord, bool $applyDB): array $nationID, $lordID ), - ['npc', 'gold', 'rice', 'experience', 'explevel', 'dedication', 'dedlevel', 'belong', 'aux'], + ['npc', 'owner', 'gold', 'rice', 'experience', 'explevel', 'dedication', 'dedlevel', 'belong', 'aux'], 1 ); $nationGeneralList[$lordID] = $lord; @@ -1832,7 +1832,7 @@ function deleteNation(General $lord, bool $applyDB): array ) ); } - + $general->setVar('belong', 0); $general->setVar('troop', 0); $general->setVar('officer_level', 0);