aboutsummaryrefslogtreecommitdiff
path: root/sql/tools
diff options
context:
space:
mode:
Diffstat (limited to 'sql/tools')
-rw-r--r--sql/tools/world_remove_all_destructible_buildings.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/tools/world_remove_all_destructible_buildings.sql b/sql/tools/world_remove_all_destructible_buildings.sql
index 0eba66895fe..f877502ac3a 100644
--- a/sql/tools/world_remove_all_destructible_buildings.sql
+++ b/sql/tools/world_remove_all_destructible_buildings.sql
@@ -1 +1 @@
-delete from gameobject where id IN (select entry from gameobject_template where type=33); \ No newline at end of file
+delete from gameobject where id IN (select entry from gameobject_template where type=33);