mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Core/DataStores: Fix startup (meh, @intelz)
This commit is contained in:
@@ -51,11 +51,11 @@ enum LevelLimit
|
||||
enum BattlegroundBracketId // bracketId for level ranges
|
||||
{
|
||||
BG_BRACKET_ID_FIRST = 0,
|
||||
BG_BRACKET_ID_LAST = 15
|
||||
BG_BRACKET_ID_LAST = 18
|
||||
};
|
||||
|
||||
// must be max value in PvPDificulty slot+1
|
||||
#define MAX_BATTLEGROUND_BRACKETS 16
|
||||
#define MAX_BATTLEGROUND_BRACKETS 19
|
||||
|
||||
enum AreaTeams
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user