Fix wynnterfest 2016 set bonus

This commit is contained in:
hppeng 2022-01-24 13:28:23 -08:00
parent afa29ca9a5
commit 29bf9c6c3c
3 changed files with 10 additions and 6 deletions

View file

@ -54944,7 +54944,8 @@
"wDamPct": 6, "wDamPct": 6,
"type": "ring", "type": "ring",
"fixID": true, "fixID": true,
"id": 2611 "id": 2611,
"set": "Wynnterfest 2016"
}, },
{ {
"name": "North Pole", "name": "North Pole",
@ -55061,7 +55062,8 @@
"eDamPct": 6, "eDamPct": 6,
"type": "necklace", "type": "necklace",
"fixID": true, "fixID": true,
"id": 2615 "id": 2615,
"set": "Wynnterfest 2016"
}, },
{ {
"name": "Saint's Leggings", "name": "Saint's Leggings",
@ -55095,7 +55097,8 @@
"fDamPct": 6, "fDamPct": 6,
"type": "bracelet", "type": "bracelet",
"fixID": true, "fixID": true,
"id": 2616 "id": 2616,
"set": "Wynnterfest 2016"
}, },
{ {
"name": "Saint's Shawl", "name": "Saint's Shawl",
@ -55190,7 +55193,8 @@
"tDamPct": 6, "tDamPct": 6,
"type": "ring", "type": "ring",
"fixID": true, "fixID": true,
"id": 2621 "id": 2621,
"set": "Wynnterfest 2016"
}, },
{ {
"name": "Sleigh Bell", "name": "Sleigh Bell",

File diff suppressed because one or more lines are too long

View file

@ -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 // @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
let db; let db;