Actually fix pet warp range ...

This commit is contained in:
Michael Cook (mackal) 2018-02-23 17:42:57 -05:00
parent 959337b592
commit c87380fa54

View File

@ -1428,7 +1428,7 @@ void Mob::AI_Process() {
if (dist >= 5625) if (dist >= 5625)
speed = GetRunspeed(); speed = GetRunspeed();
if (distz > 100) if (dist >= 202500 || distz > 100) // dist >= 450
{ {
m_Position = ownerPos; m_Position = ownerPos;
SendPositionUpdate(); SendPositionUpdate();