diff --git a/hwe/sammo/Command/Nation/che_수몰.php b/hwe/sammo/Command/Nation/che_수몰.php index f618b6fd..a4325acf 100644 --- a/hwe/sammo/Command/Nation/che_수몰.php +++ b/hwe/sammo/Command/Nation/che_수몰.php @@ -177,7 +177,6 @@ class che_수몰 extends Command\NationCommand{ $logger->pushGeneralHistoryLog("{$destCityName}수몰을 발동"); $logger->pushNationalHistoryLog("{$generalName}{$josaYi} {$destCityName}수몰을 발동"); - $logger->pushGlobalHistoryLog("【전략】{$nationName}{$josaYiNation} {$destCityName}수몰을 발동하였습니다."); $db->update('nation', [ 'strategic_cmd_limit' => $this->getPostReqTurn() diff --git a/hwe/sammo/Command/Nation/che_의병모집.php b/hwe/sammo/Command/Nation/che_의병모집.php index f6904823..f0e00bf4 100644 --- a/hwe/sammo/Command/Nation/che_의병모집.php +++ b/hwe/sammo/Command/Nation/che_의병모집.php @@ -122,8 +122,6 @@ class che_의병모집 extends Command\NationCommand{ $logger->pushGeneralHistoryLog("{$commandName}{$josaUl} 발동"); $logger->pushNationalHistoryLog("{$generalName}{$josaYi} {$commandName}{$josaUl} 발동"); - $logger->pushGlobalHistoryLog("【전략】{$nationName}{$josaYiNation} {$commandName}{$josaUl} 발동하였습니다."); - $general->addExperience(5 * ($this->getPreReqTurn() + 1)); $general->addDedication(5 * ($this->getPreReqTurn() + 1)); diff --git a/hwe/sammo/Command/Nation/che_허보.php b/hwe/sammo/Command/Nation/che_허보.php index fc881548..fa9d617c 100644 --- a/hwe/sammo/Command/Nation/che_허보.php +++ b/hwe/sammo/Command/Nation/che_허보.php @@ -202,7 +202,6 @@ class che_허보 extends Command\NationCommand $logger->pushGeneralHistoryLog("{$destCityName}허보를 발동"); $logger->pushNationalHistoryLog("{$generalName}{$josaYi} {$destCityName}허보를 발동"); - $logger->pushGlobalHistoryLog("【전략】{$nationName}{$josaYiNation} {$destCityName}허보를 발동하였습니다."); $db->update('nation', [ 'strategic_cmd_limit' => $this->getPostReqTurn()