diff options
| author | megamage <none@none> | 2009-02-13 20:07:49 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-13 20:07:49 -0600 |
| commit | 096030e6258d2c136eeae947246a36784abc2def (patch) | |
| tree | 63b82e95384dce2bc156b40a72e076849d263854 /src/shared/revision_nr.h | |
| parent | 136e49f39f961c6a9dd97bb2c9a8188aa24fe0fe (diff) | |
[7275] getbattlegroundqueueidfromlevel returns now bg-specific queueids
before this commit, queueids were staticaly given for
9-19,20-29,30-39... but for instance alterac valley needs
51-60,61-70,71-80.. this patch allows this,
if you change the minlevel in battleground_template you also could make
23-32,33-42.. levelranges
not that we always use 10lvl-steps.. this is actually hardcoded..
Author: balrok
--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 b8cef1ee077..253f4bc1ce1 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 "7274" + #define REVISION_NR "7275" #endif // __REVISION_NR_H__ |
