WoW:API GetTradeSkillSubClasses: Difference between revisions
Jump to navigation
Jump to search
m
Move page script moved page API GetTradeSkillSubClasses to WoW:API GetTradeSkillSubClasses without leaving a redirect
No edit summary |
m (Move page script moved page API GetTradeSkillSubClasses to WoW:API GetTradeSkillSubClasses without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Returns a list of the valid subclasses. | Returns a list of the valid subclasses. | ||
| Line 22: | Line 22: | ||
Prints the valid subclasses to the chatwindow | Prints the valid subclasses to the chatwindow | ||
ChatFrame1:AddMessage(BuildListString(GetTradeSkillSubClasses())); | ChatFrame1:AddMessage(BuildListString(GetTradeSkillSubClasses())); | ||