mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-10-30 06:08:00 +00:00
Stop flooring logbook levels for now
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user