[Bug]: Sockets not parsing on sceptre #550

This commit is contained in:
kvan7
2025-07-13 16:25:27 -05:00
parent 8ee8c5ff71
commit 46e3367341

View File

@@ -1559,6 +1559,7 @@ function getMaxSockets(category: ItemCategory | undefined) {
case ItemCategory.Flail:
case ItemCategory.Wand:
case ItemCategory.Buckler:
case ItemCategory.Sceptre:
return 1;
default:
return 0;