Battle Pet Browser empty if user has a Pet Journal search filter applied
Meorawr opened this issue ยท 0 comments
Our usage of the C_PetJournal APIs involves two functions:
- C_PetJournal.GetNumPets
- C_PetJournal.GetPetInfoByIndex
These are both used to populate the battle pet browser for linking companion profiles to pets. Unfortunately, the C_PetJournal API is stateful and both of these functions are affected by whatever search text or filters are applied in the Pet Journal UI.
I've got some fixes planned for this, but adding a ticket to track it so I don't forget.