Quantcast

-Final fix for the equipment frame. Including the equipment management system.

Xruptor [12-19-11 - 21:44]
-Final fix for the equipment frame.  Including the equipment management system.
Filename
xanMortarPestle.lua
xanMortarPestle.toc
diff --git a/xanMortarPestle.lua b/xanMortarPestle.lua
index 3ddfb9b..c7979f2 100644
--- a/xanMortarPestle.lua
+++ b/xanMortarPestle.lua
@@ -152,6 +152,7 @@ function frm:PLAYER_LOGIN()
 		--if it's the character frames <alt> equipment switch then ignore it
 		if owner and owner:GetName() and strfind(string.lower(owner:GetName()), "character") and strfind(string.lower(owner:GetName()), "slot") then return end
 		if owner and owner:GetParent() and owner:GetParent():GetName() and strfind(string.lower(owner:GetParent():GetName()), "paperdoll") then return end
+		if owner and owner:GetName() and strfind(string.lower(owner:GetName()), "equipmentflyout") then return end

 		--reset if no item (link will be nil)
 		lastItem = link
diff --git a/xanMortarPestle.toc b/xanMortarPestle.toc
index 2802254..e0f63d5 100644
--- a/xanMortarPestle.toc
+++ b/xanMortarPestle.toc
@@ -2,7 +2,7 @@
 ## Title: xanMortarPestle
 ## Notes: Mill/Prospect/Disenchant using (Alt + Right-Click) on an item.
 ## Author: Xruptor
-## Version: 1.9
+## Version: 2.0
 ## SavedVariables: XMP_DB

 xanMortarPestle.lua