Skip to content

Commit

Permalink
Classic: Added Projectiles to autosell blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Sep 17, 2019
1 parent daf5acc commit 3bfd2cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Components/AutoSell.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ local ExcludedItems = {
6256 -- Fishing Pole
}
local ExcludedTypes = {
'Quest',
'Container',
'Companions',
'Holiday',
'Mounts',
'Holiday'
'Projectiles',
'Quest'
}

function module:OnInitialize()
Expand Down

0 comments on commit 3bfd2cb

Please sign in to comment.