fix (core): value of the MAX_ARENA_SLOT const
Update ArenaTeam.h
This commit is contained in:
@@ -132,7 +132,7 @@ struct ArenaTeamStats
|
|||||||
uint32 Rank;
|
uint32 Rank;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MAX_ARENA_SLOT 3 // 0..2 slots
|
#define MAX_ARENA_SLOT 4 // 0..2 slots
|
||||||
|
|
||||||
class ArenaTeam
|
class ArenaTeam
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user