diff options
| author | Subv <s.v.h21@hotmail.com> | 2012-10-10 07:08:51 -0700 |
|---|---|---|
| committer | Subv <s.v.h21@hotmail.com> | 2012-10-10 07:08:51 -0700 |
| commit | 6b5aa93dda2e025b978d8d3c2e52981074f31fc5 (patch) | |
| tree | 9d7238ef8ca9d82b32044b86f60ed671fce6c143 | |
| parent | ef6e7e09141f2dcd964e0828f287e2b235250746 (diff) | |
| parent | 028b6e778c9561a40254a42242d5d47e2d1e9f30 (diff) | |
Merge pull request #8035 from Retriman/BG
DB:
| -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 |
