From b350fceafa0214cd1c0474d257e7b3655b322b3d Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sat, 13 Oct 2012 11:58:27 +0200 Subject: [PATCH] Don't mess with the QuestLog --- Monomyth.lua | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Monomyth.lua b/Monomyth.lua index 41ebcb9..3bed39b 100644 --- a/Monomyth.lua +++ b/Monomyth.lua @@ -245,15 +245,4 @@ ChatFrame_AddMessageEventFilter('CHAT_MSG_SYSTEM', function(self, event, message end end) -hooksecurefunc('QuestLogTitleButton_OnClick', function(self) - if(self.isHeader) then return end - QuestLog_SetSelection(self:GetID()) - - if(IsControlKeyDown()) then - AbandonQuest() - elseif(IsAltKeyDown() and GetQuestLogPushable()) then - QuestLogPushQuest() - end -end) - QuestInfoDescriptionText.SetAlphaGradient = function() end -- 1.7.9.5