From 92a4d1e7d71353337a618b0898ac91ccf8f3790b Mon Sep 17 00:00:00 2001 From: Xruptor Date: Mon, 24 Sep 2012 20:01:05 -0400 Subject: [PATCH] -Updated for Mists of Panderia patch 5.01 -Fix for Auction Frame items. --- xanMortarPestle.lua | 1 + xanMortarPestle.toc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/xanMortarPestle.lua b/xanMortarPestle.lua index fa5b0df..e0e7f73 100644 --- a/xanMortarPestle.lua +++ b/xanMortarPestle.lua @@ -143,6 +143,7 @@ function frm:PLAYER_LOGIN() if not IsAltKeyDown() then return end --if the modifier is not down then exit if CursorHasItem() then return end --if the mouse has an item then exit if MailFrame:IsVisible() then return end --don't continue if the mailbox is open. For addons such as Postal. + if AuctionFrame and AuctionFrame:IsShown() then return end --dont enable if were at the auction house local item, link = self:GetItem() --make sure we have an item to work with diff --git a/xanMortarPestle.toc b/xanMortarPestle.toc index 8891574..1f35987 100644 --- a/xanMortarPestle.toc +++ b/xanMortarPestle.toc @@ -1,8 +1,8 @@ -## Interface: 40300 +## Interface: 50001 ## Title: xanMortarPestle ## Notes: Mill/Prospect/Disenchant using (Alt + Right-Click) on an item. ## Author: Xruptor -## Version: 2.2 +## Version: 2.3 ## SavedVariables: XMP_DB xanMortarPestle.lua -- 1.7.9.5