diff options
| author | Spp <spp@jorge.gr> | 2012-11-14 19:33:21 +0100 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2012-11-14 19:33:56 +0100 |
| commit | ba20aa809f5e374ac8be7fe5c17f1036c27df57a (patch) | |
| tree | 7eb915b32cd82deffd882569235c62411d5f5a6c /sql/updates | |
| parent | cb9dd9bd7ee2b50d2e465951ea0860704d4c66fe (diff) | |
Core/Battleground: Fix arena battlemaster gossip (reverts 028b6e7)
Closes #8046
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2012_11_14_02_world_battleground_template.sql | 3 |
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'); |
