허보에 수몰이 같이 들어간 버그 수정

This commit is contained in:
2021-08-21 02:50:54 +09:00
parent e7dcc84afc
commit d1568a3b2c
-6
View File
@@ -184,12 +184,6 @@ class che_허보 extends Command\NationCommand
); );
$destNationLogger->flush(); $destNationLogger->flush();
$db->update('city', [
'def' => $db->sqleval('def * 0.2'),
'wall' => $db->sqleval('wall * 0.2'),
], 'city=%i', $destCityID);
$josaYiNation = JosaUtil::pick($nationName, '이'); $josaYiNation = JosaUtil::pick($nationName, '이');
$logger->pushGeneralHistoryLog("<G><b>{$destCityName}</b></>에 <M>허보</>를 발동"); $logger->pushGeneralHistoryLog("<G><b>{$destCityName}</b></>에 <M>허보</>를 발동");