mirror of
https://githubfast.com/mhwikicn/mh2.git
synced 2024-11-22 11:50:09 +08:00
Update itemsrc.js
This commit is contained in:
parent
576c3652ae
commit
a054a85714
@ -469,7 +469,7 @@ function FormatItemName(tdata)
|
||||
thtml = "";
|
||||
tbno = Number(tdata);
|
||||
if (tbno == 0) {
|
||||
thtml += "何かアイテム";
|
||||
thtml += "<A href=../jisanlist.html target=\"_blank\">某些物品</A>";
|
||||
} else {
|
||||
thtml += "<A href=\"items.html?" + Fix16Data(tbno,4).toLowerCase() + "\" target=\"_blank\">";
|
||||
thtml += itemname[tbno] + "</A>";
|
||||
|
Loading…
Reference in New Issue
Block a user