From d65c4c92e598c17ee1729803534b83b08de622fd Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Sun, 17 Aug 2008 13:53:12 +0000 Subject: [PATCH] Re-add debug messages to the chat frame, when ending a round --- DressToKill.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/DressToKill.lua b/DressToKill.lua index 4216015..82666a2 100644 --- a/DressToKill.lua +++ b/DressToKill.lua @@ -297,6 +297,7 @@ local function scanFunction(weightFunction) DressToKill:EquipItem(slotId, winner, stash) local link = GetInventoryItemLink("player", slotId) debug(L["Choosing %s for this slot"], link) + print(L["Choosing %s"], link) blacklist[winner] = true else debug(L["There was no winner from this round, not enough trinkets or rings?"]) -- 1.7.9.5