Fix missing set entry for anima-infused curiass

This commit is contained in:
b 2021-06-01 13:53:16 -07:00
parent 1020c358bb
commit b7c820d5a3
3 changed files with 6 additions and 4 deletions

View file

@ -3,7 +3,7 @@ const url_tag = location.hash.slice(1);
// console.log(url_tag);
const BUILD_VERSION = "7.0.6";
const BUILD_VERSION = "7.0.7";
function setTitle() {
let text;

View file

@ -38438,7 +38438,9 @@
"spRaw1": -1,
"spRaw3": -1,
"spRaw4": -1,
"id": 1249
"id": 1249,
"set": "Master Hive",
"hideSet": true
},
{
"name": "Beetle Aegis",
@ -112855,4 +112857,4 @@
]
}
}
}
}

File diff suppressed because one or more lines are too long