mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 01:01:30 +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);
|
||||
}
|
||||
|
||||
this->FixZ();
|
||||
|
||||
SendPosition();
|
||||
|
||||
//kick off event_waypoint arrive
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user