5 lines
261 B
Lua
5 lines
261 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param id number
|
|
---Attempts to change your active pet. Has no effect if used when this switch isn't impossible (out of turn, with the ID of a dead pet, etc.).
|
|
function C_PetBattles.ChangePet(id) end |