HOTFIX: I hate frameshift
This commit is contained in:
parent
ca43faacf1
commit
98a3094491
4 changed files with 5 additions and 3 deletions
|
@ -27161,8 +27161,10 @@
|
||||||
"drop": "NORMAL",
|
"drop": "NORMAL",
|
||||||
"fDam": "160-200",
|
"fDam": "160-200",
|
||||||
"wDam": "0-0",
|
"wDam": "0-0",
|
||||||
|
"aDam": "0-0",
|
||||||
"tDam": "0-0",
|
"tDam": "0-0",
|
||||||
"eDam": "150-210",
|
"eDam": "150-210",
|
||||||
|
"nDam": "0-0",
|
||||||
"atkSpd": "VERY_SLOW",
|
"atkSpd": "VERY_SLOW",
|
||||||
"lvl": 104,
|
"lvl": 104,
|
||||||
"strReq": 40,
|
"strReq": 40,
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
||||||
const DB_VERSION = 118;
|
const DB_VERSION = 119;
|
||||||
// @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