refac: General 클래스 관련 적용

This commit is contained in:
2023-08-01 16:28:28 +00:00
parent ed035ab75f
commit 0c53d77e61
5 changed files with 12 additions and 6 deletions
+1 -2
View File
@@ -149,7 +149,7 @@ function getRandGenName(RandUtil $rng)
function cityInfo(General $generalObj)
function cityInfo(GeneralLite $generalObj)
{
$db = DB::db();
@@ -1721,7 +1721,6 @@ function deleteNation(General $lord, bool $applyDB): array
$lordID
),
['npc', 'owner', 'gold', 'rice', 'experience', 'explevel', 'dedication', 'dedlevel', 'belong', 'aux'],
GeneralQueryMode::Lite,
);
$nationGeneralList[$lordID] = $lord;