Fix arkhalis (2)
This commit is contained in:
parent
d879fa910b
commit
9f5056efc8
4 changed files with 5 additions and 5 deletions
|
@ -249,7 +249,7 @@
|
|||
"fDam": "0-0",
|
||||
"wDam": "0-0",
|
||||
"aDam": "0-0",
|
||||
"tDam": "127-297",
|
||||
"tDam": "122-182",
|
||||
"eDam": "0-0",
|
||||
"atkSpd": "SUPER_FAST",
|
||||
"lvl": 98,
|
||||
|
@ -112635,4 +112635,4 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
2
load.js
2
load.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 53;
|
||||
const DB_VERSION = 54;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
2
load3.js
2
load3.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 53;
|
||||
const DB_VERSION = 54;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
Loading…
Reference in a new issue