mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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;
|
||||
};
|
||||
|
||||
#define MAX_ARENA_SLOT 3 // 0..2 slots
|
||||
#define MAX_ARENA_SLOT 4 // 0..2 slots
|
||||
|
||||
class ArenaTeam
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user