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 -1
View File
@@ -599,7 +599,7 @@ function ConquerCity(array $admin, General $general, array $city)
Util::formatListOfBackticks(General::mergeQueryColumn(['npc', 'gold', 'rice', 'experience', 'explevel', 'belong', 'dedication', 'dedlevel', 'aux'], GeneralQueryMode::Lite)[0]),
$defenderNationID,
12
), null, null, $city, $loseNation, $year, $month, false);
), null, null, $city, $loseNation, $year, $month);
$josaUl = JosaUtil::pick($defenderNationName, '을');
$attackerLogger->pushNationalHistoryLog("<D><b>{$defenderNationName}</b></>{$josaUl} 정복");