- Fixed Hide Blizzard Frame option not properly hiding and showing all Warlock Power built-in frames for all specs.

This commit is contained in:
Parnic
2014-10-25 18:03:34 -05:00
parent 7258f037ee
commit 07ff89e8f8

View File

@ -195,15 +195,15 @@ function ShardCounter.prototype:GetRuneTexture(rune)
end end
function ShardCounter.prototype:ShowBlizz() function ShardCounter.prototype:ShowBlizz()
ShardBarFrame:Show() WarlockPowerFrame:Show()
ShardBarFrame:GetScript("OnLoad")(ShardBarFrame) WarlockPowerFrame:GetScript("OnLoad")(WarlockPowerFrame)
end end
function ShardCounter.prototype:HideBlizz() function ShardCounter.prototype:HideBlizz()
ShardBarFrame:Hide() WarlockPowerFrame:Hide()
ShardBarFrame:UnregisterAllEvents() WarlockPowerFrame:UnregisterAllEvents()
end end
-- Load us up -- Load us up