View Single Post
12-19-20, 02:29 PM   #2
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Code:
/run if not ProxyAHBack then local f = CreateFrame("Button", "ProxyAHBack", nil, "SecureActionButtonTemplate") f:SetAttribute("type", "click") f:SetAttribute("clickbutton", AuctionHouseFrame.CommoditiesBuyFrame.BackButton) end
/click ProxyAHBack
https://www.curseforge.com/wow/addons/magic-button/ is also useful
  Reply With Quote