fix: group floor, wallpapers and landscapes

This commit is contained in:
Niklas 2023-03-19 17:29:58 +01:00
parent 461502e78d
commit aff5eade5b
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ const addGroupableFurnitureItem = (set: GroupItem[], item: FurnitureItem, unseen
break;
}
} else if (item.category === FurniCategory.GUILD_FURNI) {
} else if (item.category === FurniCategory.GUILD_FURNI || item.category === FurniCategory.FLOOR || item.category === FurniCategory.WALL_PAPER || item.category === FurniCategory.LANDSCAPE) {
if (item.stuffData.compare(groupItem.stuffData)) {
existingGroup = groupItem;