diff --git a/scripts/itemsrc.js b/scripts/itemsrc.js index 6e6b5c0..6a8fef5 100644 --- a/scripts/itemsrc.js +++ b/scripts/itemsrc.js @@ -469,7 +469,7 @@ function FormatItemName(tdata) thtml = ""; tbno = Number(tdata); if (tbno == 0) { - thtml += "何かアイテム"; + thtml += "某些物品"; } else { thtml += ""; thtml += itemname[tbno] + "";