HasPetSpells

From Warcraft Wiki
Jump to navigation Jump to search

Returns the number of available abilities for the player's combat pet.

numSpells, petToken = HasPetSpells()

Returns

numSpells
number - The number of pet abilities available, or nil if you do not have a pet with a spell book.
petToken
string - Pet type, can be "DEMON" or "PET".

Description

  • This numSpells return value is not the number that are on the pet bar, but the number of entries in the pet's spell book.

Patch changes

The War Within Patch 11.0.0 (2024-07-23): Removed, replaced by C_SpellBook.HasPetSpells.