diff KBF.lua @ 14:1cee96433b0f

disable the blizz buff frame by default now, leave the temp buffs
author Chris Mellon <arkanes@gmai.com>
date Wed, 13 Oct 2010 11:35:40 -0500
parents be6c10697c59
children 0c5e210221c9
line wrap: on
line diff
--- a/KBF.lua	Wed Oct 13 11:29:56 2010 -0500
+++ b/KBF.lua	Wed Oct 13 11:35:40 2010 -0500
@@ -16,7 +16,7 @@
     -- also TODO: Maybe should bucket OnUpdates somehow
     self.anchor:SetScript("OnUpdate", function() self:OnUpdate() end)
     self.dirty = true -- force an immediate scan on login
-    --self:HideBlizzardBuffFrames()
+    self:HideBlizzardBuffFrames()
 end
 -- naming convention
 -- "frame" is the secure aura button created by the group handler
@@ -32,7 +32,7 @@
     end
     HideBlizFrame(BuffFrame)
     HideBlizFrame(ConsolidatedBuffs)
-    HideBlizFrame(TemporaryEnchantFrame)
+    --HideBlizFrame(TemporaryEnchantFrame)
     
 end