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