WoWInterface SVN DressToKill

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 25 to Rev 26
    Reverse comparison

Rev 25 → Rev 26

DressToKill.lua
370,6 → 370,10
debug(L["Clearing item since we lack the skill to equip it"])
ClearCursor()
elseif event == "UI_ERROR_MESSAGE" then
self.equipped = false
debug(L["Clearing item due to API saying it is valid for an invalid slot"])
ClearCursor()
elseif event == "UI_ERROR_MESSAGE" then
debug(L["Got an UI error message: %s"], arg1)
end