- changed default for rune module to not be locked at 100% alpha

This commit is contained in:
Parnic
2008-11-14 07:11:03 +00:00
parent 3f930d4ed2
commit 9f972d7c84

View File

@ -155,7 +155,7 @@ function Runes.prototype:GetDefaultSettings()
defaults["runeMode"] = "Graphical"
defaults["usesDogTagStrings"] = false
defaults["hideBlizz"] = true
defaults["alwaysFullAlpha"] = true
defaults["alwaysFullAlpha"] = false
return defaults
end