From 182ca87bf480b18de3fff8e7a43f5d35e69c78e2 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 5 Jun 2014 17:25:29 +0200 Subject: [PATCH] The trackers themselves should be in charge of handling tracking issues --- Monomyth.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Monomyth.lua b/Monomyth.lua index b02e290..1d3f189 100644 --- a/Monomyth.lua +++ b/Monomyth.lua @@ -171,12 +171,6 @@ Monomyth:Register('QUEST_ACCEPTED', function(id) if(QuestFrame:IsShown() and QuestGetAutoAccept()) then CloseQuest() end - - if(not GetCVarBool('autoQuestWatch')) then return end - - if(not IsQuestWatched(id) and GetNumQuestWatches() < MAX_WATCHABLE_QUESTS) then - AddQuestWatch(id) - end end) local choiceQueue -- 1.7.9.5