Don't mess with the QuestLog
Adrian L Lange [10-13-12 - 09:58]
Don't mess with the QuestLog
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