From 9ec144e8f6aa37f2b9379928d4de1dd17c894757 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Apr 2018 21:58:01 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EB=A0=B9=EB=B6=80=20=EC=9D=B8?= =?UTF-8?q?=EB=8D=B1=EC=8A=A4=20=EB=B2=84=EA=B7=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_chiefcenter.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hwe/b_chiefcenter.php b/hwe/b_chiefcenter.php index f1e91411..93a66880 100644 --- a/hwe/b_chiefcenter.php +++ b/hwe/b_chiefcenter.php @@ -70,6 +70,13 @@ for($i=12; $i >= $lv; $i--) { 'turntime'=>'' ]; } +for($i= $lv - 1; $i>=5; $i--){ + $gen[$i] = [ + 'npc'=>0, + 'name'=>'', + 'turntime'=>'' + ]; +} ?>