Posted on: 09-22-2012 - Updated on: 02-01-2014 - viewed 21708 times
Description:
Disenchant the item that your mouse is over. Only works out of combat. Be careful and don’t disenchant your favorite sword!
/run local f=DeM or CreateFrame("Button","DeM",nil,"SecureActionButtonTemplate") f:SetAttribute("type","click") f:SetAttribute("clickbutton",GetMouseFocus()) /cast Disenchant /click DeM