From a653b314861eeca1c39640c8c04b13324d97fb41 Mon Sep 17 00:00:00 2001 From: teacher Date: Wed, 2 Jun 2010 13:57:39 +0200 Subject: Added 8300_world_battleground_template.sql in sql\updated\333a_old. I wrongly removed it from repo (original file by click). Small cleanup. --HG-- branch : trunk --- sql/updates/3.3.3a_old/8300_world_battleground_template.sql | 1 + sql/updates/8327_world_scriptname.sql | 2 +- sql/updates/8334_world_scriptname.sql | 2 +- sql/world.sql | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 sql/updates/3.3.3a_old/8300_world_battleground_template.sql (limited to 'sql') 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; -- cgit v1.2.3