Fix phage pins 2nd cost
This commit is contained in:
parent
c8e5e0d2ea
commit
9124235eec
4 changed files with 4 additions and 2 deletions
|
@ -78,6 +78,7 @@
|
|||
"hprRaw": 108,
|
||||
"fDamPct": 15,
|
||||
"eDamPct": 15,
|
||||
"spPct2": -67,
|
||||
"type": "boots",
|
||||
"id": 3555
|
||||
},
|
||||
|
|
File diff suppressed because one or more lines are too long
2
load.js
2
load.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 39;
|
||||
const DB_VERSION = 40;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
|
@ -78,6 +78,7 @@
|
|||
"hprRaw": 108,
|
||||
"fDamPct": 15,
|
||||
"eDamPct": 15,
|
||||
"spPct2": -67,
|
||||
"type": "boots",
|
||||
"id": 3555
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue