Merge pull request #133 from touhoku-wynn/atree

fix master hive set bonus
This commit is contained in:
hppeng-wynn 2022-07-14 20:39:45 -07:00 committed by GitHub
commit ced0bbc41b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;