Fix epilogue displayName

This commit is contained in:
hppeng 2023-03-25 09:17:44 -07:00
parent a63629fc88
commit 1ce6ec0af6
4 changed files with 5 additions and 5 deletions

View file

@ -83636,7 +83636,7 @@
"type": "boots",
"tier": "Legendary",
"category": "armor",
"displayName": "Epilgoue",
"displayName": "Epilogue",
"slots": 3,
"hp": 3200,
"fDef": 75,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

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