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

5 lines
219 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return 1nil canAbandon
---Returns whether the player's pet can be abandoned. Only Hunter pets can be permanently abandoned.
function PetCanBeAbandoned() end