From df8cd0bc93a162837f769c8c6ee03153fcec1620 Mon Sep 17 00:00:00 2001 From: Alex Shubert Date: Thu, 2 Aug 2012 19:29:17 +0400 Subject: [PATCH] Alvana reported that MoP changed SetAlphaGradient, requires -1 instead of 0 to keep gradient. And math.huge crashes the current beta build. --- AutoTurnIn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoTurnIn.lua b/AutoTurnIn.lua index f4c7098..6e52302 100644 --- a/AutoTurnIn.lua +++ b/AutoTurnIn.lua @@ -216,7 +216,7 @@ end function AutoTurnIn:QUEST_DETAIL() if self:AllowedToHandle() and (AutoTurnInCharacterDB.all or L.quests[GetTitleText()]) then - QuestInfoDescriptionText:SetAlphaGradient(0, math.huge) + QuestInfoDescriptionText:SetAlphaGradient(0, -1) QuestInfoDescriptionText:SetAlpha(1) AcceptQuest() end -- 1.7.9.5