5 lines
313 B
Lua
5 lines
313 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param specID number
|
|
---Sets the current loot specialization using a global specialization ID. If the argument is invalid or 0, the loot specialization will be set to Current Specialization, or automatic.
|
|
function SetLootSpecialization(specID) end |