From 54461b6ea4d2b33261ba2a9b028e42db8def41e4 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 11 Jul 2018 17:03:47 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8A=B9=EA=B8=B0=EA=B0=80=20=EC=97=86?= =?UTF-8?q?=EB=8A=94=20=EA=B2=BD=EC=9A=B0=EC=97=90=EB=8F=84=20tooltip=20?= =?UTF-8?q?=EB=9D=84=EC=9A=B0=EB=8F=84=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/select_npc.php | 1 + 1 file changed, 1 insertion(+) 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); ?> ;