From a054a857143ec85e2eac3dadc14818407ad12c01 Mon Sep 17 00:00:00 2001
From: illuminatich <116045499+mhwikicn@users.noreply.github.com>
Date: Sat, 20 May 2023 15:28:26 +0800
Subject: [PATCH] Update itemsrc.js
---
scripts/itemsrc.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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] + "";