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