comparison 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
comparison
equal deleted inserted replaced
35:69d03f8e293e 36:a487841050be
158 end 158 end
159 159
160 print (' |cFF00FF88#', i, 'questID', questID, 'inArea', isInArea, 'onMap', isOnMap, 'existing', (existingTask and 'Y' or 'N'), (test and '|cFF00FF00show|r' or '|cFFFF0088hide|r')) 160 print (' |cFF00FF88#', i, 'questID', questID, 'inArea', isInArea, 'onMap', isOnMap, 'existing', (existingTask and 'Y' or 'N'), (test and '|cFF00FF00show|r' or '|cFFFF0088hide|r'))
161 end 161 end
162 162
163 for i = 1, #self.usedBlocks do
164 self.usedBlocks[i]:Hide()
165 end
166
163 167
164 self.numAll = #tasks 168 self.numAll = #tasks
165 self.numWatched = #self.WatchInfo 169 self.numWatched = #self.WatchInfo
166 print(' stats:', self.numAll, 'active tasks,', self.numWatched, 'nearby or animating') 170 print(' stats:', self.numAll, 'active tasks,', self.numWatched, 'nearby or animating')
167 --return #tasks 171 --return #tasks