From aa691611c58d1b9a7fde3290b88849af19deece1 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 5 Jun 2014 20:45:56 +0200 Subject: [PATCH] Auto-accept area quests too --- Monomyth.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monomyth.lua b/Monomyth.lua index 1d3f189..1642560 100644 --- a/Monomyth.lua +++ b/Monomyth.lua @@ -160,7 +160,7 @@ Monomyth:Register('GOSSIP_CONFIRM', function(index) end) Monomyth:Register('QUEST_DETAIL', function() - if(not QuestGetAutoAccept() and not QuestIsFromAreaTrigger()) then + if(not QuestGetAutoAccept()) then AcceptQuest() end end) -- 1.7.9.5