From 954888a879820d2f26ae5fa327083742c21f890c Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 9 May 2020 17:41:24 +0900 Subject: [PATCH] =?UTF-8?q?pushGlobalHistory=20=ED=95=B4=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/Nation/che_수몰.php | 1 - hwe/sammo/Command/Nation/che_의병모집.php | 2 -- hwe/sammo/Command/Nation/che_허보.php | 1 - 3 files changed, 4 deletions(-) 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()