aboutsummaryrefslogtreecommitdiff
path: root/sql/tools
diff options
context:
space:
mode:
authorhunteee <none@none>2009-06-18 19:24:22 +0200
committerhunteee <none@none>2009-06-18 19:24:22 +0200
commitc790caec69ecf1992e4b0098e1da08abe903d328 (patch)
tree87ad69d00aa31004a9922182424336d8577006a5 /sql/tools
parent38261d19673c820a5a4565e0a6b859692357dc37 (diff)
*Add new line to end of sql files.
--HG-- branch : trunk
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);