poe.ninja Vials

This commit is contained in:
Alexander Drozdov
2020-03-01 16:36:49 +02:00
parent 80976dcb0b
commit ea25e700ee
+2 -1
View File
@@ -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<string, ItemInfo>()