diff --git a/src/web/background/Prices.ts b/src/web/background/Prices.ts index 9df14138..65be3f22 100644 --- a/src/web/background/Prices.ts +++ b/src/web/background/Prices.ts @@ -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) {