Skip to content

Commit

Permalink
Merge pull request #771 from Flamanis/pet-fix
Browse files Browse the repository at this point in the history
Force unset ignore for AddPet
  • Loading branch information
Tercioo authored Jul 14, 2024
2 parents 50c3c5f + d061d6f commit 8c621e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/container_pets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ function petContainer.AddPet(petGuid, petName, petFlags, ownerGuid, ownerName, o
}

petContainer.Pets[petGuid] = petData
petContainer.IgnoredActors[petGuid] = nil
Details222.Profiling.ProfileStop("petContainer.AddPet")
return petData
end
Expand Down

0 comments on commit 8c621e5

Please sign in to comment.