[Database Structure](Database-Structure) > [World-Database](World-Database) > [battleground_template](battleground_template) Column | Type | Description --- | --- | --- ID | mediumint(8) unsigned | MinPlayersPerTeam | smallint(5) unsigned | MaxPlayersPerTeam | smallint(5) unsigned | MinLvl | tinyint(3) unsigned | MaxLvl | tinyint(3) unsigned | AllianceStartLoc | mediumint(8) unsigned | AllianceStartO | float | HordeStartLoc | mediumint(8) unsigned | HordeStartO | float | StartMaxDist | float | Weight | tinyint(3) unsigned | ScriptName | char(64) | Comment | char(32) |