diff --git a/hwe/sammo/Command/General/che_집합.php b/hwe/sammo/Command/General/che_집합.php index f7497099..2e7ef85e 100644 --- a/hwe/sammo/Command/General/che_집합.php +++ b/hwe/sammo/Command/General/che_집합.php @@ -91,7 +91,7 @@ class che_집합 extends Command\GeneralCommand{ } foreach($generalList as $targetGeneralID){ $targetLogger = new ActionLogger($targetGeneralID, $general->getNationID(), $env['year'], $env['month']); - $targetLogger->pushGeneralActionLog("{$troopName}의 부대원들은 {$cityName}{$josaRo} 집합되었습니다.", ActionLogger::PLAIN); + $targetLogger->pushGeneralActionLog("{$troopName} 부대원들은 {$cityName}{$josaRo} 집합되었습니다.", ActionLogger::PLAIN); $targetLogger->flush(); }