diff --git a/zone/waypoints.cpp b/zone/waypoints.cpp index 65da797de..e900c6838 100644 --- a/zone/waypoints.cpp +++ b/zone/waypoints.cpp @@ -635,7 +635,7 @@ bool Mob::MakeNewPositionAndSendUpdate(float x, float y, float z, int speed, boo else { tar_vector/=16.0f; - float dur = Timer::SetCurrentTime() - pLastChange; + float dur = Timer::GetCurrentTime() - pLastChange; if(dur < 1.0f) { dur = 1.0f; }