약간의 쿼리 최적화

This commit is contained in:
2020-05-10 02:18:44 +09:00
parent 3b60d9ba77
commit 265200b5bc
+2 -2
View File
@@ -521,10 +521,10 @@ function ConquerCity(array $admin, General $general, array $city) {
12
), null, $city, $loseNation, $year, $month, false);
$attackerLogger->flush();
$oldNationGenerals = deleteNation($lord, false);
$josaUl = JosaUtil::pick($defenderNationName, '을');
$attackerLogger->pushNationalHistoryLog("<D><b>{$defenderNationName}</b></>{$josaUl} 정복");
$attackerLogger->flush();
$oldNationGenerals = deleteNation($lord, false);
$loseGeneralGold = 0;
$loseGeneralRice = 0;