Fix spelling of anima chestplate...
This commit is contained in:
parent
1c602bdd1a
commit
06ca069d0b
3 changed files with 4 additions and 4 deletions
|
@ -81987,7 +81987,7 @@
|
|||
"items": [
|
||||
"Abyss-Imbued Leggings",
|
||||
"Boreal-Patterned Crown",
|
||||
"Anima-Infused Curiass",
|
||||
"Anima-Infused Cuirass",
|
||||
"Chaos-Woven Greaves",
|
||||
"Elysium-Engraved Aegis",
|
||||
"Eden-Blessed Guards",
|
||||
|
|
File diff suppressed because one or more lines are too long
2
load.js
2
load.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 73;
|
||||
const DB_VERSION = 74;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
Loading…
Reference in a new issue