유산 포인트 시스템, 추가 기수 대비 #187

Merged
Hide_D merged 29 commits from Inheritance into devel 2021-08-11 21:57:53 +09:00
Showing only changes of commit 56ff3dd3c5 - Show all commits
+1 -1
View File
@@ -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;