diff ObjectiveTracker/BonusObjectives.lua @ 36:a487841050be

- attempts to solve the mystery of disappearing objectives
author Nenue
date Sun, 17 Apr 2016 13:00:31 -0400
parents 9856ebc63fa4
children e84d645c8ab8
line wrap: on
line diff
--- a/ObjectiveTracker/BonusObjectives.lua	Sun Apr 17 11:07:48 2016 -0400
+++ b/ObjectiveTracker/BonusObjectives.lua	Sun Apr 17 13:00:31 2016 -0400
@@ -160,6 +160,10 @@
     print ('    |cFF00FF88#', i, 'questID', questID, 'inArea', isInArea, 'onMap', isOnMap, 'existing', (existingTask and 'Y' or 'N'), (test and '|cFF00FF00show|r' or '|cFFFF0088hide|r'))
   end
 
+  for i = 1, #self.usedBlocks do
+    self.usedBlocks[i]:Hide()
+  end
+
 
   self.numAll = #tasks
   self.numWatched = #self.WatchInfo