Update 9000036.js (#378)

This commit is contained in:
marcuswoon
2019-01-30 00:31:21 +08:00
committed by Ronan Lana
parent 9443022f16
commit 98be29b088

View File

@@ -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();
}
}
}