Fix wynnterfest 2016 set bonus
This commit is contained in:
parent
afa29ca9a5
commit
29bf9c6c3c
3 changed files with 10 additions and 6 deletions
12
clean.json
12
clean.json
|
@ -54944,7 +54944,8 @@
|
|||
"wDamPct": 6,
|
||||
"type": "ring",
|
||||
"fixID": true,
|
||||
"id": 2611
|
||||
"id": 2611,
|
||||
"set": "Wynnterfest 2016"
|
||||
},
|
||||
{
|
||||
"name": "North Pole",
|
||||
|
@ -55061,7 +55062,8 @@
|
|||
"eDamPct": 6,
|
||||
"type": "necklace",
|
||||
"fixID": true,
|
||||
"id": 2615
|
||||
"id": 2615,
|
||||
"set": "Wynnterfest 2016"
|
||||
},
|
||||
{
|
||||
"name": "Saint's Leggings",
|
||||
|
@ -55095,7 +55097,8 @@
|
|||
"fDamPct": 6,
|
||||
"type": "bracelet",
|
||||
"fixID": true,
|
||||
"id": 2616
|
||||
"id": 2616,
|
||||
"set": "Wynnterfest 2016"
|
||||
},
|
||||
{
|
||||
"name": "Saint's Shawl",
|
||||
|
@ -55190,7 +55193,8 @@
|
|||
"tDamPct": 6,
|
||||
"type": "ring",
|
||||
"fixID": true,
|
||||
"id": 2621
|
||||
"id": 2621,
|
||||
"set": "Wynnterfest 2016"
|
||||
},
|
||||
{
|
||||
"name": "Sleigh Bell",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 89;
|
||||
const DB_VERSION = 90;
|
||||
// @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