Merge branch 'dev' of https://github.com/hppeng-wynn/hppeng-wynn.github.io into dev
This commit is contained in:
commit
14ecb4418d
1 changed files with 5 additions and 0 deletions
5
load.js
5
load.js
|
@ -210,6 +210,11 @@ function init_maps() {
|
|||
item.wDam = "0-0";
|
||||
item.fDam = "0-0";
|
||||
item.aDam = "0-0";
|
||||
item.str = 0,
|
||||
item.dex = 0,
|
||||
item.int = 0,
|
||||
item.def = 0,
|
||||
item.agi = 0,
|
||||
|
||||
noneItems[i] = item;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue