From 691afc8f05f466f8174331d417bf6118baa61b59 Mon Sep 17 00:00:00 2001 From: Alexander Drozdov Date: Fri, 30 Apr 2021 22:54:39 +0300 Subject: [PATCH] add Warstaff to pdps weapon --- src/web/price-check/filters/pseudo/item-property.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/price-check/filters/pseudo/item-property.ts b/src/web/price-check/filters/pseudo/item-property.ts index 49a25a4c..3292ffaa 100644 --- a/src/web/price-check/filters/pseudo/item-property.ts +++ b/src/web/price-check/filters/pseudo/item-property.ts @@ -202,6 +202,7 @@ function isPdpsImportant (item: ParsedItem) { case ItemCategory.OneHandedSword: case ItemCategory.TwoHandedSword: case ItemCategory.Bow: + case ItemCategory.Warstaff: return true default: return false