From af005641847690ec76bb8eb704aec22435030093 Mon Sep 17 00:00:00 2001 From: Subv Date: Wed, 10 Oct 2012 09:15:34 -0500 Subject: SQL: Renamed SQL from previous pull request. --- sql/updates/world/2012_10_10_00_world_battleground_template.sql | 2 ++ sql/updates/world/2012_XXX_XX_XX_world_battleground_template.sql | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 sql/updates/world/2012_10_10_00_world_battleground_template.sql delete mode 100644 sql/updates/world/2012_XXX_XX_XX_world_battleground_template.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2012_10_10_00_world_battleground_template.sql b/sql/updates/world/2012_10_10_00_world_battleground_template.sql new file mode 100644 index 00000000000..a9a1cdb04d1 --- /dev/null +++ b/sql/updates/world/2012_10_10_00_world_battleground_template.sql @@ -0,0 +1,2 @@ +-- Remove all bgs from e1bee86ee6f5c3ab7b1da6d1b54c98c2851f11ec +DELETE FROM `battleground_template` WHERE `id` = 6; -- all Bgs \ No newline at end of file diff --git a/sql/updates/world/2012_XXX_XX_XX_world_battleground_template.sql b/sql/updates/world/2012_XXX_XX_XX_world_battleground_template.sql deleted file mode 100644 index a9a1cdb04d1..00000000000 --- a/sql/updates/world/2012_XXX_XX_XX_world_battleground_template.sql +++ /dev/null @@ -1,2 +0,0 @@ --- Remove all bgs from e1bee86ee6f5c3ab7b1da6d1b54c98c2851f11ec -DELETE FROM `battleground_template` WHERE `id` = 6; -- all Bgs \ No newline at end of file -- cgit v1.2.3