From fc2bd169d008453e7a3c332f4902917a4d407f35 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sat, 28 Apr 2012 19:51:00 +0200 Subject: [PATCH] Disable while at the Auction House --- Molinari.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Molinari.lua b/Molinari.lua index 1118d0d..fd45757 100644 --- a/Molinari.lua +++ b/Molinari.lua @@ -35,7 +35,7 @@ function button:PLAYER_LOGIN() GameTooltip:HookScript('OnTooltipSetItem', function(self) local item, link = self:GetItem() - if(item and not InCombatLockdown() and IsAltKeyDown()) then + if(item and not InCombatLockdown() and IsAltKeyDown() and not (AuctionFrame and AuctionFrame:IsShown())) then local spell, r, g, b = ScanTooltip(self, spells) if(not spell and disenchanter and ns.Disenchantable(link)) then -- 1.7.9.5