gmPets

Random summon pet from collection or from random categories

File Details

gmPets-v1.0-2016072401

  • R
  • Jul 24, 2016
  • 12.77 KB
  • 90
  • 7.0.3
  • Retail

File Name

gmPets-v1.0-2016072401.zip

Supported Versions

  • 7.0.3

v1.0-2016072401
- fix ## Title: gmPets that was empty

v1.0-2016072201
- change name and references to gmPets
- Update C_PetJournal to the latest

v1.0-2015062401
- bump toc for 6.2

v1.0-2015022501
- bump toc 6.1

v1.0-2014101501
- bump toc for 6.0.x
- removed the deprecated: DismissCompanion("CRITTER")
and used instead the new: C_PetJournal.SummonPetByGUID(C_PetJournal.GetSummonedPetGUID())
src: http://www.wowinterface.com/forums/showthread.php?p=298025

v1.0-2013091001
- toc bump for 5.4

v1.0-2013052101
- bump toc for 5.3

v1.0-2013030401
- bump toc for 5.2
- change naming

201211291928 v0.4
- Updated TOC to client 5.1.0

 - Changing the function:
 C_PetJournal.SummonPetByID(petID) (removed in 5.1.0)

 with the new:
 C_PetJournal.SummonPetByGUID(petID)

- Changing the parsing of API C_PetJournal.GetPetInfoByPetID(petID) to reflect the added "isFavorite" return value

 P.s: remeber to backup your "catgories.lua" before updating and cross fingers :-)

201211192121 v0.2
- Change the "pets" name to "MyPets_gimb" to prevent problem with other addons.

 This implies that if you modified a categories.lua in a previous version you have to change the first line

 from: pets = {

 to: MyPets_gimb = {

 or check one of the sample provided. I am really sorry about it guys, but I am learning :-)