fix: 2번 연속 멸망 시 유산 포인트 계산 오류

This commit is contained in:
2022-10-03 11:32:22 +09:00
parent 650f4a5903
commit 14b8bb9790
+2 -2
View File
@@ -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);