Skip to content

Commit

Permalink
Pets and by extention CombatPets don't leave corpses (#3657)
Browse files Browse the repository at this point in the history
  • Loading branch information
LtRipley36706 committed Aug 23, 2021
1 parent e27f0da commit 13a6625
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/ACE.Server/WorldObjects/Pet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ private void SetEphemeralValues()
PetOwner = player.Guid.Full;
P_PetOwner = player;

// All pets don't leave corpses, this maybe should have been in data, but isn't so lets make sure its true.
NoCorpse = true;

var success = EnterWorld();

if (!success)
Expand Down

0 comments on commit 13a6625

Please sign in to comment.