# HG changeset patch # User Chris Mellon # Date 1286987740 18000 # Node ID 1cee96433b0fec2a067f5d849ba237e18c1cffcd # Parent be6c10697c5969d5ca7793cf560918a66fd8cbbe disable the blizz buff frame by default now, leave the temp buffs diff -r be6c10697c59 -r 1cee96433b0f KBF.lua --- 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