From 50c61efdd5748a215154cc7c6e4c047c6e65b814 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sun, 29 Jul 2012 02:10:45 +0200 Subject: [PATCH] Do it manually instead of spending time finding out why --- Monomyth.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monomyth.lua b/Monomyth.lua index 130d6bc..a2a43bc 100644 --- a/Monomyth.lua +++ b/Monomyth.lua @@ -138,7 +138,7 @@ end) Monomyth:Register('QUEST_COMPLETE', function() local choices = GetNumQuestChoices() if(choices <= 1) then - GetQuestReward(QuestFrameRewardPanel.itemChoice) + GetQuestReward(1) elseif(choices > 1) then local bestValue, bestIndex = 0 -- 1.7.9.5