From aa51e14c8d81017c1cbdfd357fb7a4a86a168286 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sat, 18 Oct 2008 04:58:04 +0000 Subject: [PATCH] - changed the default for catching mouse clicks on the player health frame to false. it was causing too much confusion --- modules/PlayerHealth.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/PlayerHealth.lua b/modules/PlayerHealth.lua index c6d3743..fde6644 100644 --- a/modules/PlayerHealth.lua +++ b/modules/PlayerHealth.lua @@ -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