aboutsummaryrefslogtreecommitdiff
path: root/src/game/WaypointMovementGenerator.h
diff options
context:
space:
mode:
authormaximius <none@none>2009-10-16 12:59:02 -0700
committermaximius <none@none>2009-10-16 12:59:02 -0700
commit019234148a1c06965628780bd2940d6dfebc6615 (patch)
treed919ea33ee3a4182df396aaf8c0969b4a11d3bd8 /src/game/WaypointMovementGenerator.h
parent279d93360f70e58a6a9994b58dd148ca9699c72b (diff)
*Fix the quests 'Slay them All' and 'No Mercy Merciless', by manuel
*Minor cleanup --HG-- branch : trunk
Diffstat (limited to 'src/game/WaypointMovementGenerator.h')
-rw-r--r--src/game/WaypointMovementGenerator.h2
1 files changed, 1 insertions, 1 deletions
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 <set>
#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 T, class P = Path>
class TRINITY_DLL_SPEC PathMovementBase