Misc fixes.

This commit is contained in:
hondacrx
2022-10-28 21:58:31 -04:00
parent 4c392ae3f7
commit 572cdc1483
4 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -4284,7 +4284,7 @@ namespace Game.Entities
map.AddToMap(pet.ToCreature());
Cypher.Assert(petStable.CurrentPetIndex == 0);
Cypher.Assert(!petStable.CurrentPetIndex.HasValue);
petStable.SetCurrentUnslottedPetIndex((uint)petStable.UnslottedPets.Count);
PetStable.PetInfo petInfo = new();
pet.FillPetInfo(petInfo);