poeninja Artifacts. closes #453

This commit is contained in:
Alexander Drozdov
2021-09-26 21:39:34 +03:00
parent 7cf48b7459
commit 90fb4718aa
+2 -1
View File
@@ -97,7 +97,8 @@ const priceQueue = [
{ overview: 'item', type: 'Beast', loaded: 0 },
{ overview: 'item', type: 'Vial', loaded: 0 },
{ overview: 'item', type: 'DeliriumOrb', loaded: 0 },
{ overview: 'item', type: 'Invitation', loaded: 0 }
{ overview: 'item', type: 'Invitation', loaded: 0 },
{ overview: 'item', type: 'Artifact', loaded: 0 }
]
async function load (force: boolean = false) {