aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorSpp <spp@jorge.gr>2010-08-02 13:22:05 +0200
committerSpp <spp@jorge.gr>2010-08-02 13:22:05 +0200
commitb2b9ed4a32225a2e51db1f5f417e8392002e232c (patch)
tree2878aa0eb34088a9b991e40da88260bed69022ad /sql/updates
parent0cdeafc2eb8456526ddddb44e2632431b9e85a5b (diff)
Add selection weights to BG and Arenas. Will determine the selected BG/Arena chosen using random BG/Arenas from the enabled list.
Closes issue 2843 --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9135_world_battleground_template.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/9135_world_battleground_template.sql b/sql/updates/9135_world_battleground_template.sql
new file mode 100644
index 00000000000..cf66584e12b
--- /dev/null
+++ b/sql/updates/9135_world_battleground_template.sql
@@ -0,0 +1 @@
+ALTER TABLE `battleground_template` ADD `Weight` tinyint(2) UNSIGNED NOT NULL DEFAULT 1 AFTER `HordeStartO`;