Fix epilogue displayName
This commit is contained in:
parent
a63629fc88
commit
1ce6ec0af6
4 changed files with 5 additions and 5 deletions
|
@ -83636,7 +83636,7 @@
|
|||
"type": "boots",
|
||||
"tier": "Legendary",
|
||||
"category": "armor",
|
||||
"displayName": "Epilgoue",
|
||||
"displayName": "Epilogue",
|
||||
"slots": 3,
|
||||
"hp": 3200,
|
||||
"fDef": 75,
|
||||
|
@ -85378,4 +85378,4 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue