diff --git a/hwe/select_npc.php b/hwe/select_npc.php index cabafc1a..979bbf62 100644 --- a/hwe/select_npc.php +++ b/hwe/select_npc.php @@ -47,6 +47,7 @@ foreach (SpecialityConst::WAR as $id=>$values) { $text = getSpecialInfo($id); $specialAll[$name] = $text; } +$specialAll['-'] = '없음'; echo Json::encode($specialAll); ?> ;