diff BuffFrame/Constants.lua @ 59:07ef62fe201f

Re-write of BuffFrame module: - uses secure hooks on blizzard BuffFrame.lua functions to determine needed action - make use of built-in table behavior to reduce unnecessary frame updates
author Nenue
date Thu, 28 Jul 2016 18:27:56 -0400
parents 4586229986e6
children
line wrap: on
line diff
--- a/BuffFrame/Constants.lua	Fri Jul 08 18:01:49 2016 -0400
+++ b/BuffFrame/Constants.lua	Thu Jul 28 18:27:56 2016 -0400
@@ -43,16 +43,6 @@
   drawCount = {},
   anchorTemplate = 'VeneerAnchorTemplate',
 }
-Aura.displays.ConsolidatedBuff = {
-  legendColor = {0.5, 0.5, 0.5, legendAlpha},
-  maxIcons = 9,
-  actualIcons = function() return select(2, GetRaidBuffInfo()) end,
-  buffName = 'ConsolidatedBuff',
-  anchorTemplate = 'VeneerConsolidatedBuffsAnchor',
-  buffTemplate = 'VeneerRaidBuffTemplate',
-  drawCount = {},
-  filters = 'HELPFUL',
-}
 
 -----------------------
 -- RaidBuff visual args