Core/Pets: Removed storing stable slot count in db
Port From (https://github.com/TrinityCore/TrinityCore/commit/e458144442c1063daf3f47c58349293f90e9da80)
This commit is contained in:
@@ -1697,7 +1697,6 @@ namespace Game.Entities
|
||||
|
||||
public PetInfo CurrentPet; // PET_SAVE_AS_CURRENT
|
||||
public PetInfo[] StabledPets = new PetInfo[SharedConst.MaxPetStables]; // PET_SAVE_FIRST_STABLE_SLOT - PET_SAVE_LAST_STABLE_SLOT
|
||||
public uint MaxStabledPets = 0;
|
||||
public List<PetInfo> UnslottedPets = new(); // PET_SAVE_NOT_IN_SLOT
|
||||
|
||||
public PetInfo GetUnslottedHunterPet()
|
||||
|
||||
Reference in New Issue
Block a user