From 8d1e575fb25e9482e00522b3f501a14426f05de1 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Wed, 30 Dec 2009 21:10:52 +0100 Subject: [PATCH] Use the right conditions --- Molinari.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Molinari.lua b/Molinari.lua index 83fd988..cc403b8 100644 --- a/Molinari.lua +++ b/Molinari.lua @@ -53,7 +53,7 @@ local function ScanTooltip() end local function Clickable(spell) - return (not IsAddOnLoaded('Blizzard_AuctionUI') or (AuctionFrame and not AuctionFrame:IsShown())) and (spell == disenchanting and not CharacterFrame:IsShown()) and not InCombatLockdown() and IsAltKeyDown() + return (not IsAddOnLoaded('Blizzard_AuctionUI') or (AuctionFrame and not AuctionFrame:IsShown())) and not (spell == disenchanting and CharacterFrame:IsShown()) and not InCombatLockdown() and IsAltKeyDown() end GameTooltip:HookScript('OnTooltipSetItem', function(self) -- 1.7.9.5