16 lines
650 B
Lua
16 lines
650 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param professionID 773
|
|
---@param 164
|
|
---@param 165
|
|
---@param 171
|
|
---@param 182
|
|
---@param 186
|
|
---@param 197
|
|
---@param 202
|
|
---@param 333
|
|
---@param 393
|
|
---@param 755
|
|
---@param 773
|
|
---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.
|
|
function ExpandGuildTradeSkillHeader(professionID, 164, 165, 171, 182, 186, 197, 202, 333, 393, 755, 773) end |