Remove duplicate waypoint code from a merge

This commit is contained in:
Michael Cook (mackal) 2019-01-16 13:18:33 -05:00
parent c9ef66ae2d
commit 14a4f58c0b

View File

@ -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) {