Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Opens a tradeskill window.

success = C_TradeSkillUI.OpenTradeSkill(tradeSkillID)

Arguments[]

tradeSkillID
number

Returns[]

success
boolean

Example[]

Opens the cooking window.

/run C_TradeSkillUI.OpenTradeSkill(185)

Patch changes[]

Legion Patch 7.0.3 (2016-07-19): Added.

Advertisement