Mercurial > wow > buffalo2
diff ObjectiveTracker/ScenarioData.lua @ 43:9480bd904f4c
- file name organizing
author | Nenue |
---|---|
date | Mon, 25 Apr 2016 13:51:58 -0400 |
parents | ObjectiveTracker/Scenarios.lua@e84d645c8ab8 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ObjectiveTracker/ScenarioData.lua Mon Apr 25 13:51:58 2016 -0400 @@ -0,0 +1,14 @@ +--- ${PACKAGE_NAME} +-- @file-author@ +-- @project-revision@ @project-hash@ +-- @file-revision@ @file-hash@ +-- Created: 4/13/2016 8:17 PM +local B = select(2,...).frame +local T = B:RegisterModule("ObjectiveTracker", _G.VeneerObjectiveWrapper, 'BuffFrame') + +local Scenario = T.Scenario + +Scenario.GetNumWatched = function() + if true then return 0, 0, nil end +end +