From 98be29b088a1c6252a76c072738c49e4204719a7 Mon Sep 17 00:00:00 2001 From: marcuswoon <34020771+marcuswoon@users.noreply.github.com> Date: Wed, 30 Jan 2019 00:31:21 +0800 Subject: [PATCH] Update 9000036.js (#378) --- scripts/npc/9000036.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/scripts/npc/9000036.js b/scripts/npc/9000036.js index ba2581eedd..255befc3fd 100644 --- a/scripts/npc/9000036.js +++ b/scripts/npc/9000036.js @@ -86,8 +86,11 @@ function action(mode, type, selection) { for (var x = 1142000; x < 1142102; maxEqp++, x++) items[maxEqp] = x; - for (var x = 1142107; x < 1142143; maxEqp++, x++) - items[maxEqp] = x; + for (var x = 1142107; x < 1142121; maxEqp++, x++) + items[maxEqp] = x; + + for (var x = 1142122; x < 1142143; maxEqp++, x++) + items[maxEqp] = x; selStr += "\r\n#L" + i + "##bTry it!#b"; }else if (selection == 4) { //ring refine @@ -199,4 +202,4 @@ function action(mode, type, selection) { cm.dispose(); } -} \ No newline at end of file +}