Fix visionary's vice
This commit is contained in:
parent
5f3c6204a9
commit
3219199c25
5 changed files with 5 additions and 5 deletions
|
@ -1134,7 +1134,7 @@
|
||||||
"fDam": "0-0",
|
"fDam": "0-0",
|
||||||
"wDam": "83-137",
|
"wDam": "83-137",
|
||||||
"aDam": "0-0",
|
"aDam": "0-0",
|
||||||
"tDam": "175-203",
|
"tDam": "37-203",
|
||||||
"eDam": "0-0",
|
"eDam": "0-0",
|
||||||
"atkSpd": "FAST",
|
"atkSpd": "FAST",
|
||||||
"lvl": 82,
|
"lvl": 82,
|
||||||
|
|
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 = 64;
|
const DB_VERSION = 65;
|
||||||
// @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 = 64;
|
const DB_VERSION = 65;
|
||||||
// @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…
Add table
Reference in a new issue