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

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