add Warstaff to pdps weapon

This commit is contained in:
Alexander Drozdov
2021-04-30 22:54:39 +03:00
parent 2a240b5d59
commit 691afc8f05
@@ -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