From 019234148a1c06965628780bd2940d6dfebc6615 Mon Sep 17 00:00:00 2001 From: maximius Date: Fri, 16 Oct 2009 12:59:02 -0700 Subject: *Fix the quests 'Slay them All' and 'No Mercy Merciless', by manuel *Minor cleanup --HG-- branch : trunk --- src/game/WaypointMovementGenerator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/WaypointMovementGenerator.h') diff --git a/src/game/WaypointMovementGenerator.h b/src/game/WaypointMovementGenerator.h index ad531e7a91f..4e64229b524 100644 --- a/src/game/WaypointMovementGenerator.h +++ b/src/game/WaypointMovementGenerator.h @@ -39,7 +39,7 @@ #include #define FLIGHT_TRAVEL_UPDATE 100 -#define STOP_TIME_FOR_PLAYER 3 * 60 * 1000 // 3 Minutes +#define STOP_TIME_FOR_PLAYER 3 * MINUTE * IN_MILISECONDS // 3 Minutes template class TRINITY_DLL_SPEC PathMovementBase -- cgit v1.2.3