diff options
Diffstat (limited to 'src/game/DBCStructure.h')
-rw-r--r-- | src/game/DBCStructure.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h index 574bef4601c..09389bc7ff5 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -596,12 +596,12 @@ struct BattlemasterListEntry uint32 id; // 0 int32 mapid[8]; // 1-8 mapid uint32 type; // 9 (3 - BG, 4 - arena) - //uint32 canJoinAsGroup; // 10 (0 or 1) - char* name[16]; // 11-26 - //uint32 nameFlags // 27 string flag, unused - uint32 maxGroupSize; // 28 maxGroupSize, used for checking if queue as group - //uint32 HolidayWorldStateId; // 29 new 3.1 - //uint32 MinLevel; // 30 + //uint32 canJoinAsGroup; // 10 (0 or 1) + char* name[16]; // 11-26 + //uint32 nameFlags // 27 string flag, unused + uint32 maxGroupSize; // 28 maxGroupSize, used for checking if queue as group + //uint32 HolidayWorldStateId; // 29 new 3.1 + //uint32 MinLevel; // 30 //uint32 SomeLevel; // 31, may be max level }; |