8 lines
313 B
Lua
8 lines
313 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param specIndex number
|
|
---@param isInspect boolean
|
|
---@param isPet boolean
|
|
---@return number spellID
|
|
---Returns spellID of the mastery spell for a given specialization index.
|
|
function GetSpecializationMasterySpells(specIndex, isInspect, isPet) end |