Files
wow-weakauras/Meta/api/PetCanBeRenamed.lua
2024-11-07 23:12:37 +01:00

5 lines
263 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return 1nil canRename
---Returns whether the player's pet can be renamed. Only hunter pets can be renamed, and only once (barring use of a Certificate of Ownership).
function PetCanBeRenamed() end