:Re-parse log latest
This commit is contained in:
parent
f9c7666122
commit
87d84a366b
5 changed files with 7 additions and 7 deletions
|
@ -1313,10 +1313,10 @@
|
||||||
"lore": "They must know what you went through. They must suffer the same as you did.",
|
"lore": "They must know what you went through. They must suffer the same as you did.",
|
||||||
"drop": "never",
|
"drop": "never",
|
||||||
"restrict": "Untradable",
|
"restrict": "Untradable",
|
||||||
"nDam": "60-93",
|
"nDam": "46-60",
|
||||||
"fDam": "0-0",
|
"fDam": "0-0",
|
||||||
"wDam": "0-0",
|
"wDam": "0-0",
|
||||||
"aDam": "63-87",
|
"aDam": "43-63",
|
||||||
"tDam": "0-0",
|
"tDam": "0-0",
|
||||||
"eDam": "0-0",
|
"eDam": "0-0",
|
||||||
"atkSpd": "SUPER_FAST",
|
"atkSpd": "SUPER_FAST",
|
||||||
|
@ -44847,7 +44847,7 @@
|
||||||
"slots": 2,
|
"slots": 2,
|
||||||
"drop": "NORMAL",
|
"drop": "NORMAL",
|
||||||
"nDam": "0-0",
|
"nDam": "0-0",
|
||||||
"fDam": "320-360",
|
"fDam": "330-350",
|
||||||
"wDam": "0-0",
|
"wDam": "0-0",
|
||||||
"aDam": "0-0",
|
"aDam": "0-0",
|
||||||
"tDam": "0-0",
|
"tDam": "0-0",
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
load.js
2
load.js
|
@ -1,4 +1,4 @@
|
||||||
const DB_VERSION = 51;
|
const DB_VERSION = 52;
|
||||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||||
|
|
||||||
let db;
|
let db;
|
||||||
|
|
2
load3.js
2
load3.js
|
@ -1,4 +1,4 @@
|
||||||
const DB_VERSION = 51;
|
const DB_VERSION = 52;
|
||||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||||
|
|
||||||
let db;
|
let db;
|
||||||
|
|
Loading…
Reference in a new issue