mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-18 23:51:28 +00:00
Remove duplicate waypoint code from a merge
This commit is contained in:
parent
c9ef66ae2d
commit
14a4f58c0b
@ -537,9 +537,6 @@ void NPC::AssignWaypoints(int32 grid)
|
|||||||
|
|
||||||
if (wandertype == 1 || wandertype == 2 || wandertype == 5)
|
if (wandertype == 1 || wandertype == 2 || wandertype == 5)
|
||||||
CalculateNewWaypoint();
|
CalculateNewWaypoint();
|
||||||
|
|
||||||
if (wandertype == 1 || wandertype == 2 || wandertype == 5)
|
|
||||||
CalculateNewWaypoint();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Mob::SendTo(float new_x, float new_y, float new_z) {
|
void Mob::SendTo(float new_x, float new_y, float new_z) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user