diff --git a/zone/waypoints.cpp b/zone/waypoints.cpp index e7b4298d5..60a85449e 100644 --- a/zone/waypoints.cpp +++ b/zone/waypoints.cpp @@ -537,9 +537,6 @@ void NPC::AssignWaypoints(int32 grid) if (wandertype == 1 || wandertype == 2 || wandertype == 5) CalculateNewWaypoint(); - - if (wandertype == 1 || wandertype == 2 || wandertype == 5) - CalculateNewWaypoint(); } void Mob::SendTo(float new_x, float new_y, float new_z) {