From 137b899e48d8105d8ec1a2a5ce9d76ca9516f2fd Mon Sep 17 00:00:00 2001 From: Xruptor Date: Sat, 22 Jan 2011 08:44:21 -0500 Subject: [PATCH] -Added minimap to list of ignored frames. --- xanTooltipHoudini.lua | 1 + xanTooltipHoudini.toc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xanTooltipHoudini.lua b/xanTooltipHoudini.lua index 566dacb..fd303e3 100644 --- a/xanTooltipHoudini.lua +++ b/xanTooltipHoudini.lua @@ -7,6 +7,7 @@ local auraSwitch = false local ignoreFrames = { ["TemporaryEnchantFrame"] = true, ["QuestInfoRewardsFrame"] = true, + ["MinimapCluster"] = true, } --add the loot frames for i=1, NUM_GROUP_LOOT_FRAMES do diff --git a/xanTooltipHoudini.toc b/xanTooltipHoudini.toc index 7711801..6d75870 100644 --- a/xanTooltipHoudini.toc +++ b/xanTooltipHoudini.toc @@ -2,7 +2,7 @@ ## Title: xanTooltipHoudini ## Notes: Hides the game tooltip while in combat. ## Author: Xruptor -## Version: 1.2 +## Version: 1.3 ## SavedVariables: XTH_DB xanTooltipHoudini.lua -- 1.7.9.5