mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
parent
ae8273e0b1
commit
59c373bcff
@ -10717,6 +10717,7 @@ void Client::Handle_OP_PetCommands(const EQApplicationPacket *app)
|
|||||||
if (mypet->IsPetStop()) {
|
if (mypet->IsPetStop()) {
|
||||||
mypet->SetPetStop(false);
|
mypet->SetPetStop(false);
|
||||||
} else {
|
} else {
|
||||||
|
mypet->SetPetStop(true);
|
||||||
mypet->StopNavigation();
|
mypet->StopNavigation();
|
||||||
mypet->SetTarget(nullptr);
|
mypet->SetTarget(nullptr);
|
||||||
if (mypet->IsPetRegroup()) {
|
if (mypet->IsPetRegroup()) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user