6 lines
		
	
	
		
			243 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			243 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param unit string 
 | 
						|
---@param name string 
 | 
						|
---Instructs the pet to attack. The pet will attack the player's current target if no unit is specified.
 | 
						|
function PetAttack(unit, name) end |