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');