From e826716b582e03f708e6479b5b8329504a08bd1f Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 11 Jun 2009 23:47:27 -0500 Subject: *Add a sql to remove all destructible buildings from the world. You need this if you do not have a 31x db to prevent client crash. --HG-- branch : trunk --- sql/tools/world_remove_all_destructible_buildings.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/tools/world_remove_all_destructible_buildings.sql (limited to 'sql/tools') diff --git a/sql/tools/world_remove_all_destructible_buildings.sql b/sql/tools/world_remove_all_destructible_buildings.sql new file mode 100644 index 00000000000..0eba66895fe --- /dev/null +++ b/sql/tools/world_remove_all_destructible_buildings.sql @@ -0,0 +1 @@ +delete from gameobject where id IN (select entry from gameobject_template where type=33); \ No newline at end of file -- cgit v1.2.3