diff --git a/hwe/sammo/Command/Nation/che_급습.php b/hwe/sammo/Command/Nation/che_급습.php index 7a178e9c..1f88f386 100644 --- a/hwe/sammo/Command/Nation/che_급습.php +++ b/hwe/sammo/Command/Nation/che_급습.php @@ -182,6 +182,7 @@ class che_급습 extends Command\NationCommand $destNationLogger->pushNationalHistoryLog("{$nationName}{$generalName}{$josaYi} 아국에 {$commandName}{$josaUl} 발동"); $destNationLogger->flush(); + $logger->pushGeneralHistoryLog("{$destNationName}{$commandName}{$josaUl} 발동"); $logger->pushNationalHistoryLog("{$generalName}{$josaYi} {$destNationName}{$commandName}{$josaUl} 발동"); $db->update('nation', [ diff --git a/hwe/sammo/Command/Nation/che_백성동원.php b/hwe/sammo/Command/Nation/che_백성동원.php index 64d8dffd..c24fd8c3 100644 --- a/hwe/sammo/Command/Nation/che_백성동원.php +++ b/hwe/sammo/Command/Nation/che_백성동원.php @@ -156,7 +156,7 @@ class che_백성동원 extends Command\NationCommand 'wall' => $db->sqleval('GREATEST(wall_max * 0.8, wall)'), ], 'city=%i', $destCityID); - $logger->pushGeneralHistoryLog('백성동원을 발동'); + $logger->pushGeneralHistoryLog('{$destCityName}백성동원을 발동'); $logger->pushNationalHistoryLog("{$generalName}{$josaYi} {$destCityName}백성동원을 발동"); $db->update('nation', [ diff --git a/hwe/sammo/Command/Nation/che_선전포고.php b/hwe/sammo/Command/Nation/che_선전포고.php index 42c2a057..3609fbfc 100644 --- a/hwe/sammo/Command/Nation/che_선전포고.php +++ b/hwe/sammo/Command/Nation/che_선전포고.php @@ -146,6 +146,7 @@ class che_선전포고 extends Command\NationCommand $destLogger = new ActionLogger(0, $destNationID, $env['year'], $env['month']); $logger->pushGeneralActionLog("{$destNationName}에 선전 포고 했습니다.<1>$date"); + $logger->pushGeneralHistoryLog("{$destNationName}에 선전 포고"); $logger->pushNationalHistoryLog("{$generalName}{$josaYi} {$destNationName}에 선전 포고"); $destLogger->pushNationalHistoryLog("{$nationName}{$generalName}{$josaYi} 아국에 선전 포고"); diff --git a/hwe/sammo/Command/Nation/che_이호경식.php b/hwe/sammo/Command/Nation/che_이호경식.php index afb61b10..28bb957a 100644 --- a/hwe/sammo/Command/Nation/che_이호경식.php +++ b/hwe/sammo/Command/Nation/che_이호경식.php @@ -179,6 +179,7 @@ class che_이호경식 extends Command\NationCommand $destNationLogger->pushNationalHistoryLog("{$nationName}{$generalName}{$josaYi} 아국에 {$commandName}{$josaUl} 발동"); $destNationLogger->flush(); + $logger->pushGeneralHistoryLog("{$destNationName}{$commandName}{$josaUl} 발동"); $logger->pushNationalHistoryLog("{$generalName}{$josaYi} {$destNationName}{$commandName}{$josaUl} 발동"); $db->update('nation', [ diff --git a/hwe/sammo/Command/Nation/che_피장파장.php b/hwe/sammo/Command/Nation/che_피장파장.php index ebfd757f..8400ff41 100644 --- a/hwe/sammo/Command/Nation/che_피장파장.php +++ b/hwe/sammo/Command/Nation/che_피장파장.php @@ -228,6 +228,7 @@ class che_피장파장 extends Command\NationCommand $destNationLogger->pushNationalHistoryLog("{$nationName}{$generalName}{$josaYi} 아국에 {$cmd->getName()} {$commandName}{$josaUl} 발동"); $destNationLogger->flush(); + $logger->pushGeneralHistoryLog("{$destNationName}{$cmd->getName()} {$commandName}{$josaUl} 발동"); $logger->pushNationalHistoryLog("{$generalName}{$josaYi} {$destNationName}{$cmd->getName()} {$commandName}{$josaUl} 발동"); $nationStor = KVStorage::getStorage($db, $nationID, 'nation_env');