Showing
2 changed files
with
9 additions
and
1 deletions
... | @@ -23,7 +23,7 @@ module.exports = { | ... | @@ -23,7 +23,7 @@ module.exports = { |
23 | 23 | ||
24 | let info_island = []; | 24 | let info_island = []; |
25 | let info_contents = []; | 25 | let info_contents = []; |
26 | - let All_contents = ["유령선", "카오스게이트", "필드 보스"]; | 26 | + let All_contents = ["유령선", "카오스 게이트"]; |
27 | const $IslandList = $("ul.today-quest-list").children("li.list"); | 27 | const $IslandList = $("ul.today-quest-list").children("li.list"); |
28 | const $ContentList = $("ul.item-list").children("li.list"); | 28 | const $ContentList = $("ul.item-list").children("li.list"); |
29 | 29 | ... | ... |
commands/guide.js
0 → 100644
-
Please register or login to post a comment