Fix missing set entry for anima-infused curiass
This commit is contained in:
parent
1020c358bb
commit
b7c820d5a3
3 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -38438,7 +38438,9 @@
|
|||
"spRaw1": -1,
|
||||
"spRaw3": -1,
|
||||
"spRaw4": -1,
|
||||
"id": 1249
|
||||
"id": 1249,
|
||||
"set": "Master Hive",
|
||||
"hideSet": true
|
||||
},
|
||||
{
|
||||
"name": "Beetle Aegis",
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue