Fix collapse req

This commit is contained in:
b 2021-01-20 01:49:10 -06:00
parent cf80a675f2
commit 3d269970a8
3 changed files with 7 additions and 7 deletions

View file

@ -276257,11 +276257,11 @@
"atkSpd": "SLOW", "atkSpd": "SLOW",
"lvl": 97, "lvl": 97,
"classReq": null, "classReq": null,
"strReq": 40, "strReq": 35,
"dexReq": 40, "dexReq": 35,
"intReq": 40, "intReq": 35,
"agiReq": 40, "agiReq": 35,
"defReq": 40, "defReq": 35,
"hprPct": 0, "hprPct": 0,
"mr": 0, "mr": 0,
"sdPct": 0, "sdPct": 0,

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
const DB_VERSION = 24; const DB_VERSION = 25;
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js // @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js
let db; let db;