mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
A bunch of send position changes, rename navigateto
This commit is contained in:
@@ -10030,7 +10030,7 @@ void Client::Handle_OP_PetCommands(const EQApplicationPacket *app)
|
||||
if (mypet->IsNPC()) {
|
||||
mypet->SayTo_StringID(this, MT_PetResponse, PET_GUARDINGLIFE);
|
||||
mypet->SetPetOrder(SPO_Guard);
|
||||
mypet->CastToNPC()->SaveGuardSpot();
|
||||
mypet->CastToNPC()->SaveGuardSpot(mypet->GetPosition());
|
||||
if (!mypet->GetTarget()) // want them to not twitch if they're chasing something down
|
||||
mypet->StopNavigation();
|
||||
if (mypet->IsPetStop()) {
|
||||
|
||||
Reference in New Issue
Block a user