5 lines
126 B
Lua
5 lines
126 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Instructs the pet to stop attacking
|
|
function PetStopAttack() end
|