diff options
Diffstat (limited to 'src/game/DBCStructure.h')
-rw-r--r-- | src/game/DBCStructure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h index 66a049b4c49..574bef4601c 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -599,7 +599,7 @@ struct BattlemasterListEntry //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 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 |