Skip to content

Commit

Permalink
sls
Browse files Browse the repository at this point in the history
  • Loading branch information
r4d1sh committed Feb 9, 2025
1 parent 57dbbe2 commit 6cd1931
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/game/Handlers/PetHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ void WorldSession::HandlePetActionHelper(Unit* pet, ObjectGuid guid1, uint32 spe
pet->SendPetDismissSound();
GetPlayer()->RemovePet(pet->ToPet(), PET_SAVE_NOT_IN_SLOT);
}

}
else if (pet->HasUnitTypeMask(UNIT_MASK_MINION))
{
Expand Down

0 comments on commit 6cd1931

Please sign in to comment.