Пример #1
0
 /// <summary>
 /// Makes this the pet of the given owner
 /// </summary>
 internal void MakePet(uint ownerId)
 {
     PetRecord = PetMgr.CreatePermanentPetRecord(Entry, ownerId);
     if (!HasTalents && IsHunterPet)
     {
         m_petTalents = new PetTalentCollection(this);
     }
 }