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
+1
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()) {