diff options
author | Retriman <nicolas_katre@hotmail.com> | 2012-10-10 11:06:15 -0400 |
---|---|---|
committer | Retriman <nicolas_katre@hotmail.com> | 2012-10-10 11:06:15 -0400 |
commit | 028b6e778c9561a40254a42242d5d47e2d1e9f30 (patch) | |
tree | d27ca5cbd62b1d4786da2656d55b17a04c86b7bc | |
parent | 4596fc776e876c2ff131197ba0ab603e74d07144 (diff) |
DB: Remove all bgs from e1bee86ee6f5c3ab7b1da6d1b54c98c2851f11ec
-rw-r--r-- | sql/updates/world/2012_XXX_XX_XX_world_battleground_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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 new file mode 100644 index 00000000000..a9a1cdb04d1 --- /dev/null +++ b/sql/updates/world/2012_XXX_XX_XX_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 |