Files
wow_Meta/api/PetCanBeAbandoned.lua
2025-05-04 14:35:26 +02:00

6 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