Returns the breed quality of a pet.
See also Pet battles functions.
Signature:
quality = C_PetBattles.GetBreedQuality(petOwner, petIndex)
Arguments:
petOwner- 1: Current player, 2: Opponent (number)petIndex- The index of the pet (number)
Returns:
quality- 1: 'Poor', 2: 'Common', 3: 'Uncommon', 4: 'Rare', 5: 'Epic', 6: 'Legendary' (number)