From c645941ded24b7105de635b10b630cb6cb0a318d Mon Sep 17 00:00:00 2001 From: Xruptor Date: Mon, 19 Dec 2011 16:44:59 -0500 Subject: [PATCH] -Final fix for the equipment frame. Including the equipment management system. --- xanMortarPestle.lua | 1 + xanMortarPestle.toc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 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 -- 1.7.9.5