From a3d359e1cc4f40328f898653a5cc3b9711a522e6 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 17 Feb 2019 21:34:28 +0100 Subject: Import all wiki page from old wiki (links to fix) --- docs/battleground_template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/battleground_template.md (limited to 'docs/battleground_template.md') diff --git a/docs/battleground_template.md b/docs/battleground_template.md new file mode 100644 index 0000000..47d6ca7 --- /dev/null +++ b/docs/battleground_template.md @@ -0,0 +1,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) | -- cgit