mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
Some BG changes that were introduced in 3.2.2.
Player can now only join 2 bg queues at a time. There is a seperate level 80 bracket for AV. Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
parent
b7ff759b04
commit
a092992030
2 changed files with 3 additions and 7 deletions
|
|
@ -93,7 +93,7 @@ enum Classes
|
|||
|
||||
#define CLASSMASK_WAND_USERS ((1<<(CLASS_PRIEST-1))|(1<<(CLASS_MAGE-1))|(1<<(CLASS_WARLOCK-1)))
|
||||
|
||||
#define PLAYER_MAX_BATTLEGROUND_QUEUES 3
|
||||
#define PLAYER_MAX_BATTLEGROUND_QUEUES 2
|
||||
|
||||
enum ReputationRank
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue