diff --git a/hwe/sammo/Command/General/che_등용.php b/hwe/sammo/Command/General/che_등용.php index 845bedbe..237d69f7 100644 --- a/hwe/sammo/Command/General/che_등용.php +++ b/hwe/sammo/Command/General/che_등용.php @@ -186,7 +186,7 @@ class che_등용 extends Command\GeneralCommand{ if(!key_exists($destNationID, $destGenerals)){ $destGenerals[$destNationID] = []; } - $destGenerals[$destNationID] = [$destGeneral]; + $destGenerals[$destNationID][] = $destGeneral; } $nationList = array_merge([0=>getNationStaticInfo(0)], getAllNationStaticInfo());