Fix ambivalence spellcosts
This commit is contained in:
parent
2879bb4502
commit
59be124de6
3 changed files with 7 additions and 7 deletions
|
@ -16582,10 +16582,10 @@
|
|||
"wDamPct": 50,
|
||||
"type": "necklace",
|
||||
"fixID": true,
|
||||
"spPct1": 91,
|
||||
"spPct2": 59,
|
||||
"spPct3": 91,
|
||||
"spPct4": 70,
|
||||
"spPct1": 130,
|
||||
"spPct2": 85,
|
||||
"spPct3": 130,
|
||||
"spPct4": 100,
|
||||
"id": 3618
|
||||
},
|
||||
{
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 91;
|
||||
const DB_VERSION = 92;
|
||||
// @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