From ba377c9aac0e622156a84e298833dc6bbb3d9a93 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 17 May 2020 20:07:09 +0900 Subject: [PATCH] =?UTF-8?q?=EB=93=B1=EC=9A=A9=20UI=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_등용.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());