C_PetJournal.SetPetLoadOutInfo

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 5.0.4 / 1.15.0

Places the specified pet into a battle pet slot.

C_PetJournal.SetPetLoadOutInfo(slotIndex, petID)

Arguments

slotIndex
number - Battle pet slot index, integer between 1 and 3.
petID
string - Battle pet GUID of a pet in your collection to move into the battle pet slot.

Details

  • If the pet specified by petID is already in a battle pet slot, the pets are exchanged.

Patch changes

Mists of Pandaria Patch 5.0.4 (2012-08-28): Added.

See also