mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 07:38:36 +00:00
A bunch of send position changes, rename navigateto
This commit is contained in:
+1
-1
@@ -6116,7 +6116,7 @@ void Client::LocateCorpse()
|
||||
SetHeading(CalculateHeadingToTarget(ClosestCorpse->GetX(), ClosestCorpse->GetY()));
|
||||
SetTarget(ClosestCorpse);
|
||||
SendTargetCommand(ClosestCorpse->GetID());
|
||||
SendPositionUpdate(true);
|
||||
SentPositionPacket(0.0f, 0.0f, 0.0f, 0.0f, 0, true);
|
||||
}
|
||||
else if(!GetTarget())
|
||||
Message_StringID(clientMessageError, SENSE_CORPSE_NONE);
|
||||
|
||||
Reference in New Issue
Block a user