- changed the default for catching mouse clicks on the player health frame to false. it was causing too much confusion

This commit is contained in:
Parnic
2008-10-18 04:58:04 +00:00
parent b8eb48523d
commit aa51e14c8d

View File

@ -22,7 +22,7 @@ function PlayerHealth.prototype:GetDefaultSettings()
settings["hideBlizz"] = false
settings["upperText"] = "[PercentHP:Round]"
settings["lowerText"] = "[FractionalHP:HPColor:Bracket]"
settings["allowMouseInteraction"] = true
settings["allowMouseInteraction"] = false
settings["allowMouseInteractionCombat"] = false
settings["lockIconAlpha"] = false