Browse Source

test serer consideration of warp gap

Image 3 years ago
parent
commit
921258a901
1 changed files with 4 additions and 1 deletions
  1. 4 1
      EQ2/source/WorldServer/Spawn.cpp

+ 4 - 1
EQ2/source/WorldServer/Spawn.cpp

@@ -2970,7 +2970,10 @@ void Spawn::ResetMovement(bool inFlight){
 	}
 	movement_loop.clear();
 	movement_index = 0;
-	resume_movement = true;
+
+	if(!inFlight)
+		resume_movement = true;
+
 	ClearRunningLocations();
 
 	if(!inFlight)