From c592b00c3fe5f22737d7896891df870a7ac69f7f Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 24 Sep 2022 20:57:44 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=ED=94=BC=EC=9E=A5=ED=8C=8C=EC=9E=A5?= =?UTF-8?q?=EC=97=90=20=EC=B6=94=EA=B0=80=EB=90=98=EC=97=88=EB=8D=98=20?= =?UTF-8?q?=EA=B8=80=EB=A1=9C=EB=B2=8C=20=EC=A0=84=EB=9E=B5=201=ED=84=B4?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/Nation/che_피장파장.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hwe/sammo/Command/Nation/che_피장파장.php b/hwe/sammo/Command/Nation/che_피장파장.php index 18ed0f0d..1f0e11fd 100644 --- a/hwe/sammo/Command/Nation/che_피장파장.php +++ b/hwe/sammo/Command/Nation/che_피장파장.php @@ -227,10 +227,6 @@ class che_피장파장 extends Command\NationCommand $logger->pushNationalHistoryLog("{$generalName}{$josaYi} {$destNationName}{$cmd->getName()} {$commandName}{$josaUl} 발동"); - $db->update('nation', [ - 'strategic_cmd_limit' => $this->generalObj->onCalcStrategic($this->getName(), 'globalDelay', 1) - ], 'nation=%i', $nationID); - $nationStor = KVStorage::getStorage($db, $nationID, 'nation_env'); $destNationStor = KVStorage::getStorage($db, $destNationID, 'nation_env');