Files
wow_Meta/api/C_PetBattles.ChangePet.lua
2024-12-16 13:13:08 +01:00

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