Fix cold wave fire defense
This commit is contained in:
parent
bc281aa275
commit
de8b9f5586
3 changed files with 3 additions and 3 deletions
|
@ -111,7 +111,7 @@
|
|||
"sdPct": 6,
|
||||
"wDamPct": 8,
|
||||
"spd": -10,
|
||||
"fDefPct": -8,
|
||||
"fDefPct": -14,
|
||||
"type": "ring",
|
||||
"id": 3556
|
||||
},
|
||||
|
|
File diff suppressed because one or more lines are too long
2
load.js
2
load.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 41;
|
||||
const DB_VERSION = 42;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
Loading…
Reference in a new issue