From 7100bd71e25e5e0a50ef48f28e6ac87d23f0d908 Mon Sep 17 00:00:00 2001 From: p3lim Date: Mon, 3 Jan 2011 17:06:47 +0100 Subject: [PATCH] Add automatic popup quest accepting (group escort and whatnot) --- Monomyth.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Monomyth.lua b/Monomyth.lua index ca9940e..74bcde2 100644 --- a/Monomyth.lua +++ b/Monomyth.lua @@ -40,6 +40,8 @@ addon:Register('QUEST_DETAIL', function() end end) +addon:Register('QUEST_ACCEPT_CONFIRM', AcceptQuest) + addon:Register('QUEST_PROGRESS', function() if(IsQuestCompletable()) then CompleteQuest() -- 1.7.9.5