pushGlobalHistory 해제

This commit is contained in:
2020-05-09 17:41:24 +09:00
parent f00a01c123
commit 954888a879
3 changed files with 0 additions and 4 deletions
-1
View File
@@ -177,7 +177,6 @@ class che_수몰 extends Command\NationCommand{
$logger->pushGeneralHistoryLog("<G><b>{$destCityName}</b></>에 <M>수몰</>을 발동");
$logger->pushNationalHistoryLog("<Y>{$generalName}</>{$josaYi} <G><b>{$destCityName}</b></>에 <M>수몰</>을 발동");
$logger->pushGlobalHistoryLog("<L><b>【전략】</b></><D><b>{$nationName}</b></>{$josaYiNation} <G><b>{$destCityName}</b></>에 <M>수몰</>을 발동하였습니다.");
$db->update('nation', [
'strategic_cmd_limit' => $this->getPostReqTurn()
@@ -122,8 +122,6 @@ class che_의병모집 extends Command\NationCommand{
$logger->pushGeneralHistoryLog("<M>{$commandName}</>{$josaUl} 발동");
$logger->pushNationalHistoryLog("<Y>{$generalName}</>{$josaYi} <M>{$commandName}</>{$josaUl} 발동");
$logger->pushGlobalHistoryLog("<L><b>【전략】</b></><D><b>{$nationName}</b></>{$josaYiNation} <M>{$commandName}</>{$josaUl} 발동하였습니다.");
$general->addExperience(5 * ($this->getPreReqTurn() + 1));
$general->addDedication(5 * ($this->getPreReqTurn() + 1));
-1
View File
@@ -202,7 +202,6 @@ class che_허보 extends Command\NationCommand
$logger->pushGeneralHistoryLog("<G><b>{$destCityName}</b></>에 <M>허보</>를 발동");
$logger->pushNationalHistoryLog("<Y>{$generalName}</>{$josaYi} <G><b>{$destCityName}</b></>에 <M>허보</>를 발동");
$logger->pushGlobalHistoryLog("<L><b>【전략】</b></><D><b>{$nationName}</b></>{$josaYiNation} <G><b>{$destCityName}</b></>에 <M>허보</>를 발동하였습니다.");
$db->update('nation', [
'strategic_cmd_limit' => $this->getPostReqTurn()