등용 UI 버그 수정

This commit is contained in:
2020-05-17 20:07:09 +09:00
parent c1cc453761
commit fae10ae979
+1 -1
View File
@@ -186,7 +186,7 @@ class che_등용 extends Command\GeneralCommand{
if(!key_exists($destNationID, $destGenerals)){ if(!key_exists($destNationID, $destGenerals)){
$destGenerals[$destNationID] = []; $destGenerals[$destNationID] = [];
} }
$destGenerals[$destNationID] = [$destGeneral]; $destGenerals[$destNationID][] = $destGeneral;
} }
$nationList = array_merge([0=>getNationStaticInfo(0)], getAllNationStaticInfo()); $nationList = array_merge([0=>getNationStaticInfo(0)], getAllNationStaticInfo());