WoWInterface SVN DressToKill

Compare Revisions

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

Rev 25 → Rev 24

trunk/DressToKill.lua
365,10 → 365,6
self.equipped = false
debug(L["Clearing item since we lack dual wielding skill"])
ClearCursor()
elseif event == "UI_ERROR_MESSAGE" and arg1 == ERR_CANT_EQUIP_SKILL then
self.equipped = false
debug(L["Clearing item since we lack the skill to equip it"])
ClearCursor()
elseif event == "UI_ERROR_MESSAGE" then
debug(L["Got an UI error message: %s"], arg1)
end