Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Selects a battle pet ability to make available in battle.
C_PetJournal.SetAbility(slotIndex, spellIndex, petSpellID)
Arguments[]
- slotIndex
- number - battle pet slot index, integer between 1 and 3.
- spellIndex
- number - ability slot index, integer between 1 and 3.
- petSpellID
- number - pet ability ID to select for the
spellIndex
slot of the pet in theslotIndex
battle pet slot.
Details[]
- While this function allows you to select abilities outside of those specified by C_PetJournal.GetPetAbilityList (or assign those abilities to other ability slots), those abilities will not be usable in pet battles.
Patch changes[]
Patch 5.0.4 (2012-08-28): Added.