Core/Pets: Removed storing stable slot count in db

Port From (https://github.com/TrinityCore/TrinityCore/commit/e458144442c1063daf3f47c58349293f90e9da80)
This commit is contained in:
hondacrx
2022-03-10 10:29:07 -05:00
parent 5b805e2f60
commit 5322ae75dd
3 changed files with 7 additions and 17 deletions
-1
View File
@@ -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()