mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-10-30 06:08:00 +00:00
[Bug]: Wrong Itemlevel is set when trying to pricecheck Spiked Spear
Fixes #736
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user