mirror of
https://githubfast.com/mhwikicn/mh2.git
synced 2024-11-23 00:20:13 +08:00
Update itemsrc.js
This commit is contained in:
parent
cb8361e793
commit
07f41dea02
@ -283,7 +283,7 @@ function ShowItemDetail()
|
|||||||
html += FormatItemName(data.substring(ic+1,ic+4));
|
html += FormatItemName(data.substring(ic+1,ic+4));
|
||||||
html += " 在";
|
html += " 在";
|
||||||
html += "<A href=\"../makalist.html#" + FixData(data.substring(ic+4,ic+6), 4) + "\">";
|
html += "<A href=\"../makalist.html#" + FixData(data.substring(ic+4,ic+6), 4) + "\">";
|
||||||
html += "埋下一定时间后く</A>可入手";
|
html += "埋下一定时间后</A>可入手";
|
||||||
ic = ic + 6;
|
ic = ic + 6;
|
||||||
|
|
||||||
} else if (yflag == "S") {
|
} else if (yflag == "S") {
|
||||||
|
Loading…
Reference in New Issue
Block a user