From b2b9ed4a32225a2e51db1f5f417e8392002e232c Mon Sep 17 00:00:00 2001 From: Spp Date: Mon, 2 Aug 2010 13:22:05 +0200 Subject: 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 --- sql/updates/9135_world_battleground_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/9135_world_battleground_template.sql (limited to 'sql/updates') 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`; -- cgit v1.2.3