Fix raw spell on sdew and ahm (2)
This commit is contained in:
parent
8602b06c0c
commit
94df3fd379
4 changed files with 5 additions and 5 deletions
|
@ -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
2
load.js
2
load.js
|
@ -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;
|
||||
|
|
2
load3.js
2
load3.js
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue