Update client_packet.cpp (#1923)

bug fix
This commit is contained in:
KayenEQ 2022-01-10 21:22:56 -05:00 committed by GitHub
parent ae8273e0b1
commit 59c373bcff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10717,6 +10717,7 @@ void Client::Handle_OP_PetCommands(const EQApplicationPacket *app)
if (mypet->IsPetStop()) {
mypet->SetPetStop(false);
} else {
mypet->SetPetStop(true);
mypet->StopNavigation();
mypet->SetTarget(nullptr);
if (mypet->IsPetRegroup()) {