[Bug]: Wrong Itemlevel is set when trying to pricecheck Spiked Spear

Fixes #736
This commit is contained in:
kvan7
2025-09-27 09:38:24 -05:00
parent b874962614
commit 61b9967bea

View File

@@ -10,7 +10,6 @@ export function maxUsefulItemLevel(category: ItemCategory | undefined) {
const itemLevelCaps: Partial<Record<ItemCategory, number>> = {
[ItemCategory.Wand]: 81,
[ItemCategory.Staff]: 81,
[ItemCategory.Spear]: 81,
[ItemCategory.Relic]: 80,
[ItemCategory.Tablet]: 1,
[ItemCategory.Jewel]: 1,