9 lines
		
	
	
		
			281 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			281 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@param petOwner number
 | 
						|
---@param petIndex number
 | 
						|
---@return number maxHealth
 | 
						|
---Returns the maximum health of a specific pet in the current pet battle.
 | 
						|
function C_PetBattles.GetMaxHealth(petOwner, petIndex) end
 |