fix (core): value of the MAX_ARENA_SLOT const

Update ArenaTeam.h
This commit is contained in:
Luis Vaz
2022-06-18 14:48:24 -03:00
committed by GitHub
parent 0cf1303b9a
commit 37ee4c6a88

View File

@@ -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
{