Force unset ignore for AddPet
This commit is contained in:
parent
7538b36b2a
commit
507bbfab21
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue