From ea25e700ee5ae8af876f87e37deae30906549eea Mon Sep 17 00:00:00 2001 From: Alexander Drozdov Date: Sun, 1 Mar 2020 16:36:49 +0200 Subject: [PATCH] poe.ninja Vials --- src/components/Prices.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Prices.ts b/src/components/Prices.ts index 406ad8b9..885f4b51 100644 --- a/src/components/Prices.ts +++ b/src/components/Prices.ts @@ -88,7 +88,8 @@ const PRICE_DATA = [ { overview: 'item', type: 'UniqueWeapon' }, { overview: 'item', type: 'UniqueArmour' }, { overview: 'item', type: 'UniqueAccessory' }, - { overview: 'item', type: 'Beast' } + { overview: 'item', type: 'Beast' }, + { overview: 'item', type: 'Vial' } ] as const const PRICE_BY_DETAILS_ID = new Map()