aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSpp <spp@jorge.gr>2012-11-14 19:33:21 +0100
committerSpp <spp@jorge.gr>2012-11-14 19:33:56 +0100
commitba20aa809f5e374ac8be7fe5c17f1036c27df57a (patch)
tree7eb915b32cd82deffd882569235c62411d5f5a6c /sql
parentcb9dd9bd7ee2b50d2e465951ea0860704d4c66fe (diff)
Core/Battleground: Fix arena battlemaster gossip (reverts 028b6e7)
Closes #8046
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_11_14_02_world_battleground_template.sql3
1 files changed, 3 insertions, 0 deletions
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');