Skip to content

Commit

Permalink
Update Quests.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Feb 17, 2022
1 parent 34d0f45 commit 432eaad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ElvUI_EltreumUI/Modules/Quests.lua
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function ElvUI_EltreumUI:AutoAcceptQuests()
end
for i, k in next, C_GossipInfo.GetActiveQuests() do --quests already grabbed
local questdump = C_GossipInfo.GetActiveQuests()
local _, _, _, _, isComplete = questdump[i]
--local _, _, _, _, isComplete = questdump[i]
if questdump[i].isComplete == true then
--print("iterate and select already active quest")
C_GossipInfo.SelectActiveQuest(i)
Expand Down Expand Up @@ -365,7 +365,7 @@ function ElvUI_EltreumUI:AutoAcceptQuests()
if E.Retail then
for i, k in next, C_GossipInfo.GetActiveQuests() do --quests already grabbed
local questdump = C_GossipInfo.GetActiveQuests()
local _, _, _, _, isComplete = questdump[i]
--local _, _, _, _, isComplete = questdump[i]
if questdump[i].isComplete ~= true then
--print("quest not completed")
return
Expand Down

0 comments on commit 432eaad

Please sign in to comment.