-Updated for Mists of Panderia patch 5.01
Xruptor [09-25-12 - 00:01]
-Updated for Mists of Panderia patch 5.01
-Fix for Auction Frame items.
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