7 lines
318 B
Lua
7 lines
318 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@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
|