사령부 인덱스 버그
This commit is contained in:
@@ -70,6 +70,13 @@ for($i=12; $i >= $lv; $i--) {
|
|||||||
'turntime'=>''
|
'turntime'=>''
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
for($i= $lv - 1; $i>=5; $i--){
|
||||||
|
$gen[$i] = [
|
||||||
|
'npc'=>0,
|
||||||
|
'name'=>'',
|
||||||
|
'turntime'=>''
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|||||||
Reference in New Issue
Block a user