Quantcast

Do it manually instead of spending time finding out why

Adrian L Lange [07-29-12 - 00:10]
Do it manually instead of spending time finding out why
Filename
Monomyth.lua
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