등용 UI 버그 수정

This commit is contained in:
2020-05-17 20:07:09 +09:00
parent bb8909f552
commit ba377c9aac
+1 -1
View File
@@ -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());