등용 UI 버그 수정
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user