fix (core): value of the MAX_ARENA_SLOT const
Update ArenaTeam.h
This commit is contained in:
parent
0cf1303b9a
commit
37ee4c6a88
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ struct ArenaTeamStats
|
|||
uint32 Rank;
|
||||
};
|
||||
|
||||
#define MAX_ARENA_SLOT 3 // 0..2 slots
|
||||
#define MAX_ARENA_SLOT 4 // 0..2 slots
|
||||
|
||||
class ArenaTeam
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue