blob: afbb17e7894280798c64347399c3ee30d93a4ff3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[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) |
|