From 14042c810450c5acab232cf2002e1a273d76f88a Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 14 Apr 2016 17:19:41 +0200 Subject: [PATCH] Core/DataStores: Renamed unknown dbc field From 6.x branch --- src/server/game/DataStores/DBCStructure.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/server/game/DataStores/DBCStructure.h b/src/server/game/DataStores/DBCStructure.h index e01ca3268c2..c4298fd720f 100644 --- a/src/server/game/DataStores/DBCStructure.h +++ b/src/server/game/DataStores/DBCStructure.h @@ -651,9 +651,9 @@ struct BattlemasterListEntry uint32 minLevel; // 14, min level (sync with PvPDifficulty.dbc content) uint32 maxLevel; // 15, max level (sync with PvPDifficulty.dbc content) //uint32 maxGroupSizeRated; // 16 4.0.1 - //uint32 unk; // 17 - 4.0.6.13596 + //uint32 MinPlayers; // 17 - 4.0.6.13596 //uint32 maxPlayers; // 18 4.0.1 - //uint32 unk1; // 19 4.0.3, value 2 for Rated Battlegrounds + //uint32 Flags; // 19 4.0.3, value 2 for Rated Battlegrounds }; #define MAX_OUTFIT_ITEMS 24