Код:
/run local hn=CreateFrame("button",_,_,"SecureHandlerClickTemplate"); local b=CreateFrame("button","mrb",hn,"SecureActionButtonTemplate"); b:SetAttribute("type","spell"); hn:Execute([[castList=newtable("Некротический удар","Ледяной удар","Ледяной удар","Ледяной удар","Воющий ветер","Зимний горн") spellButton=self:GetChildren()]]); SecureHandlerWrapScript(b,"OnClick",hn,[[spellButton:SetAttribute("spell",castList[random(#castList)])]])