Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns a list of the valid subclasses.

subClasses = GetTradeSkillSubClasses()

Arguments
none

Returns
subClasses
ListString : The valid subclasses

Example

Prints the valid subclasses to the chatwindow

ChatFrame1:AddMessage(BuildListString(GetTradeSkillSubClasses()));
Advertisement