aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGroundWS.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-02 16:53:50 -0600
committermegamage <none@none>2009-03-02 16:53:50 -0600
commitb1677c901d8d45e60947e30ff98d7ac5d01bd685 (patch)
tree8fb93b82b46007f092525e0551a5fb9adce66d36 /src/game/BattleGroundWS.h
parent61b999fd3a70eff6ccf3d460534c21ba3a3f9408 (diff)
[7362] Use IN_MILISECONDS where appropriate, other cleanups. Author: VladimirMangos
--HG-- branch : trunk
Diffstat (limited to 'src/game/BattleGroundWS.h')
-rw-r--r--src/game/BattleGroundWS.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/BattleGroundWS.h b/src/game/BattleGroundWS.h
index 732c078d2f3..d52a0117fb5 100644
--- a/src/game/BattleGroundWS.h
+++ b/src/game/BattleGroundWS.h
@@ -24,8 +24,8 @@
#include "BattleGround.h"
#define BG_WS_MAX_TEAM_SCORE 3
-#define BG_WS_FLAG_RESPAWN_TIME 23000
-#define BG_WS_FLAG_DROP_TIME 10000
+#define BG_WS_FLAG_RESPAWN_TIME (23*IN_MILISECONDS)
+#define BG_WS_FLAG_DROP_TIME (10*IN_MILISECONDS)
enum BG_WS_Sound
{