装备:精炼

This commit is contained in:
luying
2021-07-29 18:01:36 +08:00
parent 365f89acfa
commit 3c4f45bcd0
10 changed files with 71 additions and 79 deletions

View File

@@ -62,7 +62,7 @@ function getInitialEplace() {
p.id = i;
p.equip = null;
p.lv = 0;
p.refineLv = 0;
p.refineLv = 1;
ePlace.push(p);
}