mirror of
https://githubfast.com/mhwikicn/mh2.git
synced 2025-12-15 10:41:43 +08:00
Update itemsrc.js
This commit is contained in:
parent
3d0cc23ba5
commit
4b4eeb00e4
@ -401,7 +401,7 @@ function ShowItemDetail()
|
|||||||
if (yflag == "J") {
|
if (yflag == "J") {
|
||||||
kind = data.substring(ic+1,ic+2); //爺さんの场所
|
kind = data.substring(ic+1,ic+2); //爺さんの场所
|
||||||
if (kind == 9) {
|
if (kind == 9) {
|
||||||
html += "任意山菜爷处,将";
|
html += "任意山菜爷处,将其";
|
||||||
numb = Number(data.substring(ic+2,ic+4));
|
numb = Number(data.substring(ic+2,ic+4));
|
||||||
if (numb > 1) html += numb + "个";
|
if (numb > 1) html += numb + "个";
|
||||||
html += "交付后可获得 ";
|
html += "交付后可获得 ";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user