사령부 인덱스 버그

This commit is contained in:
2018-04-18 21:58:01 +09:00
parent 9458307612
commit 9ec144e8f6
+7
View File
@@ -70,6 +70,13 @@ for($i=12; $i >= $lv; $i--) {
'turntime'=>''
];
}
for($i= $lv - 1; $i>=5; $i--){
$gen[$i] = [
'npc'=>0,
'name'=>'',
'turntime'=>''
];
}
?>
<!DOCTYPE html>