Skip to content

Commit

Permalink
Update QuestHandler.lua (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neogeekmo authored May 6, 2023
1 parent 0493167 commit af351dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APR-Core/QuestHandler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3369,7 +3369,7 @@ APR_QH_EventFrame:SetScript("OnEvent", function(self, event, ...)
end
end
-- Pickup
if autoAcceptRoute == 1 and autoAccept == 1 then
if autoAcceptRoute == 1 or autoAccept == 1 then
local hasNoRouteMap = not APR.QuestStepList[APR.ActiveMap]
if (event == "QUEST_GREETING") then
local numAvailableQuests = GetNumAvailableQuests()
Expand Down

0 comments on commit af351dd

Please sign in to comment.