Important fix for mob pathing (see changelog.txt)

This commit is contained in:
Uleat
2016-07-09 03:10:54 -04:00
parent bc196f2e50
commit 402353affa
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1551,7 +1551,7 @@ void NPC::AI_DoMovement() {
}
int16 gridno = CastToNPC()->GetGrid();
int32 gridno = CastToNPC()->GetGrid();
if (gridno > 0 || cur_wp==-2) {
if (movetimercompleted==true) { // time to pause at wp is over