Mercurial > wow > buffalo2
comparison 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 |
comparison
equal
deleted
inserted
replaced
42:c73051785f19 | 43:9480bd904f4c |
---|---|
1 --- ${PACKAGE_NAME} | |
2 -- @file-author@ | |
3 -- @project-revision@ @project-hash@ | |
4 -- @file-revision@ @file-hash@ | |
5 -- Created: 4/13/2016 8:17 PM | |
6 local B = select(2,...).frame | |
7 local T = B:RegisterModule("ObjectiveTracker", _G.VeneerObjectiveWrapper, 'BuffFrame') | |
8 | |
9 local Scenario = T.Scenario | |
10 | |
11 Scenario.GetNumWatched = function() | |
12 if true then return 0, 0, nil end | |
13 end | |
14 |