Fix ahms' remains fixid

This commit is contained in:
b 2021-06-21 23:30:04 -07:00
parent bf4c63a39d
commit 8d137eea00
4 changed files with 5 additions and 4 deletions

View file

@ -701,6 +701,7 @@
"sdRaw": 280, "sdRaw": 280,
"eDamPct": 10, "eDamPct": 10,
"aDefPct": -15, "aDefPct": -15,
"fixID": true,
"id": 2512 "id": 2512
}, },
{ {

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
const DB_VERSION = 59; const DB_VERSION = 60;
// @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;

View file

@ -1,4 +1,4 @@
const DB_VERSION = 59; const DB_VERSION = 60;
// @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;