From 096030e6258d2c136eeae947246a36784abc2def Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 13 Feb 2009 20:07:49 -0600 Subject: [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 --- src/shared/revision_nr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared') 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__ -- cgit v1.2.3