Nenue@27: --- ${PACKAGE_NAME} Nenue@27: -- @file-author@ Nenue@27: -- @project-revision@ @project-hash@ Nenue@27: -- @file-revision@ @file-hash@ Nenue@27: -- Created: 4/13/2016 8:17 PM Nenue@30: local B = select(2,...).frame Nenue@30: local T = B:RegisterModule("ObjectiveTracker", _G.VeneerObjectiveWrapper, 'BuffFrame') Nenue@27: Nenue@37: local Scenario = T.Scenario Nenue@30: Nenue@30: Scenario.GetNumWatched = function() Nenue@37: if true then return 0, 0, nil end Nenue@30: end Nenue@30: