From a4a8dcd68f47508299da5acfda4c919c58ab5620 Mon Sep 17 00:00:00 2001 From: Parnic Date: Wed, 8 Sep 2010 14:13:46 +0000 Subject: [PATCH] - don't hide the Blizzard version of Holy Power by default since we're not hiding the Blizzard player frame by default --- modules/HolyPower.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/HolyPower.lua b/modules/HolyPower.lua index ffdf835..00fda98 100644 --- a/modules/HolyPower.lua +++ b/modules/HolyPower.lua @@ -213,7 +213,7 @@ function HolyPower.prototype:GetDefaultSettings() defaults["runeFontSize"] = 20 defaults["runeMode"] = "Graphical" defaults["usesDogTagStrings"] = false - defaults["hideBlizz"] = true + defaults["hideBlizz"] = false defaults["alwaysFullAlpha"] = false defaults["displayMode"] = "Horizontal" defaults["runeGap"] = 0