Stop flooring logbook levels for now

This commit is contained in:
kvan7
2025-09-17 15:55:54 -05:00
parent 7f3b5b8a12
commit 62aaae0bf2

View File

@@ -158,7 +158,9 @@ export function createFilters(
baseTypeTrade: t(opts, item.info),
};
filters.areaLevel = {
value: floorToBracket(item.areaLevel!, [1, 68, 73, 79, 83]),
// Seems like flooring area level doesn't quite matter for poe2
// value: floorToBracket(item.areaLevel!, [1, 68, 73, 79, 83]),
value: item.areaLevel!,
disabled: false,
};
} else if (item.category === ItemCategory.HeistBlueprint) {