fix master hive set bonus

This commit is contained in:
touhoku 2022-07-14 20:20:45 -07:00
parent 3b5660d141
commit 4787d4f5ae
3 changed files with 4 additions and 2 deletions

View file

@ -652,6 +652,7 @@
"tier": "Legendary",
"majorIds": [],
"quest": "The Qira Hive",
"set": "Master Hive",
"category": "accessory",
"displayName": "Prowess",
"hp": 425,
@ -874,6 +875,7 @@
"type": "helmet",
"tier": "Legendary",
"quest": "The Qira Hive",
"set": "Master Hive",
"category": "armor",
"slots": 2,
"hp": 3000,

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
const DB_VERSION = 95;
const DB_VERSION = 96;
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
let db;