WoWInterface SVN DressToKill

Compare Revisions

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

Rev 24 → Rev 25

DressToKill.lua
365,6 → 365,10
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