7 lines
242 B
Lua
7 lines
242 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
|