Update itemsrc.js

This commit is contained in:
illuminatich 2023-05-20 15:28:26 +08:00
parent 576c3652ae
commit a054a85714

View File

@ -469,7 +469,7 @@ function FormatItemName(tdata)
thtml = ""; thtml = "";
tbno = Number(tdata); tbno = Number(tdata);
if (tbno == 0) { if (tbno == 0) {
thtml += "何かアイテム"; thtml += "<A href=../jisanlist.html target=\"_blank\">某些物品</A>";
} else { } else {
thtml += "<A href=\"items.html?" + Fix16Data(tbno,4).toLowerCase() + "\" target=\"_blank\">"; thtml += "<A href=\"items.html?" + Fix16Data(tbno,4).toLowerCase() + "\" target=\"_blank\">";
thtml += itemname[tbno] + "</A>"; thtml += itemname[tbno] + "</A>";