mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-25 18:21:28 +00:00
Make a FixZ call at waypoint arrive so bad grids don't make NPC's hop
This commit is contained in:
parent
f7cc23d415
commit
b2b447516d
@ -1573,6 +1573,8 @@ void NPC::AI_DoMovement() {
|
|||||||
SetHeading(m_CurrentWayPoint.w);
|
SetHeading(m_CurrentWayPoint.w);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this->FixZ();
|
||||||
|
|
||||||
SendPosition();
|
SendPosition();
|
||||||
|
|
||||||
//kick off event_waypoint arrive
|
//kick off event_waypoint arrive
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user