From 472f897b0a1475991f70fdc428387ce3d322d5ce Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 27 Feb 2009 12:13:59 -0600 Subject: [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 --- src/shared/Common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/shared/Common.h') 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 -- cgit v1.2.3