The trackers themselves should be in charge of handling tracking issues
Adrian L Lange [06-05-14 - 15:25]
The trackers themselves should be in charge of handling tracking issues
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