mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-19 15:52:25 +00:00
Actually fix pet warp range ...
This commit is contained in:
parent
959337b592
commit
c87380fa54
@ -1428,7 +1428,7 @@ void Mob::AI_Process() {
|
||||
if (dist >= 5625)
|
||||
speed = GetRunspeed();
|
||||
|
||||
if (distz > 100)
|
||||
if (dist >= 202500 || distz > 100) // dist >= 450
|
||||
{
|
||||
m_Position = ownerPos;
|
||||
SendPositionUpdate();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user