From fcf5dbc9c682334a00d8f080fa80a38102b52c91 Mon Sep 17 00:00:00 2001 From: p3lim Date: Tue, 28 Dec 2010 02:22:45 +0100 Subject: [PATCH] Don't need those --- Automate.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Automate.lua b/Automate.lua index 5f6c73c..245f40e 100644 --- a/Automate.lua +++ b/Automate.lua @@ -43,7 +43,7 @@ addon:Register('QUEST_PROGRESS', function() end end) -addon:Register('QUEST_COMPLETE', function(...) +addon:Register('QUEST_COMPLETE', function() if(GetNumQuestChoices() <= 1) then GetQuestReward(QuestFrameRewardPanel.itemChoice) elseif(GetNumQuestChoices() > 1) then -- 1.7.9.5