Fix raw spell on sdew and ahm (2)

This commit is contained in:
b 2021-06-25 15:19:38 -07:00
parent 8602b06c0c
commit 94df3fd379
4 changed files with 5 additions and 5 deletions

View file

@ -698,7 +698,7 @@
"mdPct": 12,
"ms": 2,
"str": 8,
"sdRaw": 280,
"sdRaw": 205,
"eDamPct": 10,
"aDefPct": -15,
"fixID": true,
@ -960,7 +960,7 @@
"mr": -3,
"ms": 3,
"ref": 25,
"sdRaw": 429,
"sdRaw": 313,
"wDamPct": 35,
"tDamPct": 35,
"id": 1723

File diff suppressed because one or more lines are too long

View file

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

View file

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