Skip to content

Commit

Permalink
Remove duplicate lamp filter (oldschoolgg#6186)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit authored Nov 14, 2024
1 parent 42b2e50 commit 1fc3c44
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lib/data/filterables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import PotionsMixable from '../skilling/skills/herblore/mixables/potions';
import unfinishedPotions from '../skilling/skills/herblore/mixables/unfinishedPotions';
import itemID from '../util/itemID';
import resolveItems from '../util/resolveItems';
import { XPLamps } from '../xpLamps';
import { allCollectionLogs } from './Collections';
import {
allClueItems,
Expand Down Expand Up @@ -1014,11 +1013,6 @@ export const baseFilters: Filterable[] = [
aliases: ['fruit'],
items: () => monkeyEatables.map(i => i.item.id)
},
{
name: 'Lamps',
aliases: ['lamps'],
items: () => XPLamps.map(i => i.itemID)
},
{
name: 'Lamps',
aliases: ['lamps'],
Expand Down

0 comments on commit 1fc3c44

Please sign in to comment.