Returns the maximum health of a specific pet in the current pet battle.
See also Pet battles functions.
Signature:
maxHealth = C_PetBattles.GetMaxHealth(petOwner, petIndex)
Arguments:
petOwner- 1: Current player, 2: Opponent (number)petIndex- Accepted values are 1-3, but the order is based off of the initial order. (number)
Returns:
maxHealth- Maximum health amount of the pet (number)