aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/3.3.3a_old/8300_world_battleground_template.sql1
-rw-r--r--sql/updates/8327_world_scriptname.sql2
-rw-r--r--sql/updates/8334_world_scriptname.sql2
-rw-r--r--sql/world.sql2
4 files changed, 4 insertions, 3 deletions
diff --git a/sql/updates/3.3.3a_old/8300_world_battleground_template.sql b/sql/updates/3.3.3a_old/8300_world_battleground_template.sql
new file mode 100644
index 00000000000..880fe66124b
--- /dev/null
+++ b/sql/updates/3.3.3a_old/8300_world_battleground_template.sql
@@ -0,0 +1 @@
+UPDATE `battleground_template` SET `MinPlayersPerTeam`=10, `MaxPlayersPerTeam`=10 WHERE `id`=32;
diff --git a/sql/updates/8327_world_scriptname.sql b/sql/updates/8327_world_scriptname.sql
index af2dd215fb5..be75f817100 100644
--- a/sql/updates/8327_world_scriptname.sql
+++ b/sql/updates/8327_world_scriptname.sql
@@ -1 +1 @@
-UPDATE `creature_template` SET `ScriptName`='npc_colossus' WHERE `entry`=33237; \ No newline at end of file
+UPDATE `creature_template` SET `ScriptName`='npc_colossus' WHERE `entry`=33237;
diff --git a/sql/updates/8334_world_scriptname.sql b/sql/updates/8334_world_scriptname.sql
index 1ad9829e901..abd905d0f22 100644
--- a/sql/updates/8334_world_scriptname.sql
+++ b/sql/updates/8334_world_scriptname.sql
@@ -1 +1 @@
-UPDATE `creature_template` SET `ScriptName`='npc_guardian_pavilion' WHERE `entry` IN (33543,33643); \ No newline at end of file
+UPDATE `creature_template` SET `ScriptName`='npc_guardian_pavilion' WHERE `entry` IN (33543,33643);
diff --git a/sql/world.sql b/sql/world.sql
index 2399859f9d7..1ffddac5426 100644
--- a/sql/world.sql
+++ b/sql/world.sql
@@ -268,7 +268,7 @@ INSERT INTO `battleground_template` (`id`,`MinPlayersPerTeam`,`MaxPlayersPerTeam
(10,5,5,10,80,1362,0,1363,0,1),
(11,5,5,10,80,1364,0,1365,0,1),
(30,20,40,71,80,1485,0,1486,0,0),
-(32,0,40,0,80,0,0,0,0,0);
+(32,10,10,0,80,0,0,0,0,0);
/*!40000 ALTER TABLE `battleground_template` ENABLE KEYS */;
UNLOCK TABLES;