diff options
author | megamage <none@none> | 2009-02-27 12:13:59 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-27 12:13:59 -0600 |
commit | 472f897b0a1475991f70fdc428387ce3d322d5ce (patch) | |
tree | 5ebd3cd397bfff6d18c9beeb8c5a1aa3be9fda29 /src/shared/revision_nr.h | |
parent | d3a69006675bb5317fab76584d5990b36c2fd5a5 (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/revision_nr.h')
-rw-r--r-- | src/shared/revision_nr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 90e21aa91e5..3241034185f 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7334" + #define REVISION_NR "7336" #endif // __REVISION_NR_H__ |