WoWInterface SVN DressToKill

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 16 to Rev 15
    Reverse comparison

Rev 16 → Rev 15

DressToKill.lua
268,8 → 268,6
-- 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)