From d1568a3b2c81e48e859a869a51899fce094d58c3 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 21 Aug 2021 02:50:54 +0900 Subject: [PATCH] =?UTF-8?q?=ED=97=88=EB=B3=B4=EC=97=90=20=EC=88=98?= =?UTF-8?q?=EB=AA=B0=EC=9D=B4=20=EA=B0=99=EC=9D=B4=20=EB=93=A4=EC=96=B4?= =?UTF-8?q?=EA=B0=84=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/Nation/che_허보.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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}허보를 발동");