6 lines
201 B
Lua
6 lines
201 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return string link
|
|
---Returns a hyperlink to the player's list of recipes for the current trade skill
|
|
function GetTradeSkillListLink() end
|