Expands the corresponding profession in the guild window. This function is used to expand a single profession in the guild window (professions view) based on its ID. Can also be done while window is not visible. See CollapseGuildTradeSkillHeader() for closing the view again.


See also Guild functions, Tradeskill functions.

Signature:

ExpandGuildTradeSkillHeader(professionID)

Arguments:

  • professionID - The ID of the corresponding profession (number)
    • 164 - Blacksmithing
    • 165 - Leatherworking
    • 171 - Alchemy
    • 182 - Herbalism
    • 186 - Mining
    • 197 - Tailoring
    • 202 - Engineering
    • 333 - Enchanting
    • 393 - Skinning
    • 755 - Jewelcrafting
    • 773 - Inscription

Examples:

ExpandGuildTradeSkillHeader(171)
-- Will expand the list of people having alchemy as a profession.