9 lines
		
	
	
		
			310 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			310 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
 |