Quantcast

Auto-accept area quests too

Adrian L Lange [06-05-14 - 18:45]
Auto-accept area quests too
Filename
Monomyth.lua
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)