diff --git a/che_close/_simul.php b/che_close/_simul.php index 4937793..d6231fa 100644 --- a/che_close/_simul.php +++ b/che_close/_simul.php @@ -22,10 +22,18 @@ if($me[userlevel] < 3) { exit(); } -$nationLevel = array( - +$nationInfos = array( + array(0, '방랑군'), + array(1, '호족'), + array(2, '군벌'), + array(3, '주자사'), + array(4, '주목'), + array(5, '공'), + array(6, '왕'), + array(7, '황제'), ); + $genPriv = array( array(1, '일반'), array(2, '시중'), @@ -858,6 +866,23 @@ $dx240 = findInvList(isset($dex240)?$dex240:0, $dexInfos, 1, false);