From ba20aa809f5e374ac8be7fe5c17f1036c27df57a Mon Sep 17 00:00:00 2001 From: Spp Date: Wed, 14 Nov 2012 19:33:21 +0100 Subject: Core/Battleground: Fix arena battlemaster gossip (reverts 028b6e7) Closes #8046 --- sql/updates/world/2012_11_14_02_world_battleground_template.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2012_11_14_02_world_battleground_template.sql (limited to 'sql') diff --git a/sql/updates/world/2012_11_14_02_world_battleground_template.sql b/sql/updates/world/2012_11_14_02_world_battleground_template.sql new file mode 100644 index 00000000000..b69216ea380 --- /dev/null +++ b/sql/updates/world/2012_11_14_02_world_battleground_template.sql @@ -0,0 +1,3 @@ +DELETE FROM `battleground_template` WHERE `id` = 6; +INSERT INTO `battleground_template` (`id`, `MinPlayersPerTeam`, `MaxPlayersPerTeam`, `MinLvl`, `MaxLvl`, `AllianceStartLoc`, `AllianceStartO`, `HordeStartLoc`, `HordeStartO`, `StartMaxDist`, `Weight`, `ScriptName`, `Comment`) VALUES +(6,0,2,10,80,0,0,0,0,0,1,'','All Arena'); -- cgit v1.2.3