Skip to content

Commit

Permalink
add sunfury disguise to the quest items whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Feb 7, 2022
1 parent 506eb24 commit 256b1a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ElvUI_EltreumUI/Modules/QuestItem.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ function ElvUI_EltreumUI:QuestItem()

-- These items are not marked as being quest items, but we want to include them anyway
local qItems = {
--by Eltreum
28607, -- Sunfury Disguise

-- by Az
23818, -- Stillpine Furbolg Language Primer
23792, -- Tree Disguise Kit
24084, -- Draenei Banner
Expand Down Expand Up @@ -90,7 +94,6 @@ function ElvUI_EltreumUI:QuestItem()

56909, -- Earthen Ring Unbinding Totem (Cata event)
60501, -- Stormstone, Deepholm Quest

--45067, -- Egg Basket -- Az: offhand item, but I wanted it on my bar for a hotkey
}

Expand Down

0 comments on commit 256b1a0

Please sign in to comment.