From 3a393d3bc5870076ed936985a47ac65faff67806 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Sun, 17 Aug 2008 13:21:08 +0000 Subject: [PATCH] Adding more debug messages for when we're equipping --- DressToKill.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DressToKill.lua b/DressToKill.lua index 7a0dc60..ead09bd 100644 --- a/DressToKill.lua +++ b/DressToKill.lua @@ -268,6 +268,8 @@ local function scanFunction(weightFunction) -- Loop through all of the available items, and try equipping each of them for mask,item in pairs(avail) do if not blacklist[mask] then + local name,link = GetItemInfo(item) + debug(L["Trying on %s"], link) local equipped = DressToKill:EquipItem(slotId, mask, stash) if equipped then local link = GetInventoryItemLink("player", slotId) -- 1.7.9.5