Mercurial > wow > buffalo2
diff ObjectiveTracker/DefaultTracker.lua @ 39:92534dc793f2
- restore the previous QuestLogSelection after pulling for selection-restricted quest data; fixes icon mixups while quest map is open
- moved progressbar builders into the schema environment, with all the other Frame.lua functions; prep for configuration access
- relegate the various removal events to a framescript in their corresponding blocks; this takes care of resolving dead frames
author | Nenue |
---|---|
date | Thu, 21 Apr 2016 16:43:37 -0400 |
parents | 1f8f9cc3d956 |
children | 03ed70f846de |
line wrap: on
line diff
--- a/ObjectiveTracker/DefaultTracker.lua Thu Apr 21 11:36:41 2016 -0400 +++ b/ObjectiveTracker/DefaultTracker.lua Thu Apr 21 16:43:37 2016 -0400 @@ -3,6 +3,7 @@ -- @project-revision@ @project-hash@ -- @file-revision@ @file-hash@ -- Created: 4/17/2016 7:33 AM +--- Baseline update work local B = select(2,...).frame local T = B:RegisterModule("ObjectiveTracker", _G.VeneerObjectiveWrapper, 'BuffFrame') local Devian = Devian