Skip to content

Commit

Permalink
Merge pull request #5786 from WinterSolstice8/fix_automaton_pet_zoning
Browse files Browse the repository at this point in the history
[core] Always store pet ID when saving pet info
  • Loading branch information
claywar committed May 20, 2024
2 parents f872633 + 0f7c8a0 commit 2c27b3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/map/entities/charentity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ void CCharEntity::setPetZoningInfo()
{
return;
}
petZoningInfo.petID = PPetEntity->m_PetID;

switch (PPetEntity->getPetType())
{
Expand Down

0 comments on commit 2c27b3f

Please sign in to comment.