aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Common.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-27 12:13:59 -0600
committermegamage <none@none>2009-02-27 12:13:59 -0600
commit472f897b0a1475991f70fdc428387ce3d322d5ce (patch)
tree5ebd3cd397bfff6d18c9beeb8c5a1aa3be9fda29 /src/shared/Common.h
parentd3a69006675bb5317fab76584d5990b36c2fd5a5 (diff)
[7336] Implemented new BattleGroundQueue invitation system. Now it supports premade group versus premade group matches.
Added 2 new config options - InvitationType and PremadeGroupWaitForMatch - you can find more info in default config file. This patch can cause crashes. Author: Triply [7338] Little cleanup in battleground queues code. Author: ApoC --HG-- branch : trunk
Diffstat (limited to 'src/shared/Common.h')
-rw-r--r--src/shared/Common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/Common.h b/src/shared/Common.h
index 9f5b9473bd9..d1bbb5e4e01 100644
--- a/src/shared/Common.h
+++ b/src/shared/Common.h
@@ -163,7 +163,8 @@ enum TimeConstants
MINUTE = 60,
HOUR = MINUTE*60,
DAY = HOUR*24,
- MONTH = DAY*30
+ MONTH = DAY*30,
+ IN_MILISECONDS = 1000
};
enum AccountTypes