v0.8 업데이트 #116

Closed
Hide_D wants to merge 209 commits from custom_map into devel
Showing only changes of commit 791e8b02c3 - Show all commits
+1
View File
@@ -47,6 +47,7 @@ foreach (SpecialityConst::WAR as $id=>$values) {
$text = getSpecialInfo($id);
$specialAll[$name] = $text;
}
$specialAll['-'] = '없음';
echo Json::encode($specialAll);
?>
;