diff --git a/hwe/sammo/Command/Nation/che_허보.php b/hwe/sammo/Command/Nation/che_허보.php index fb007f28..ed7eadef 100644 --- a/hwe/sammo/Command/Nation/che_허보.php +++ b/hwe/sammo/Command/Nation/che_허보.php @@ -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("{$destCityName}허보를 발동");