From 97b2c725df72c9d18fddbcdf79acf750546d1051 Mon Sep 17 00:00:00 2001 From: runningnak3d Date: Fri, 19 Dec 2008 15:46:23 +0000 Subject: * Some much needed SQL clean up * more to come :) --HG-- branch : trunk --- sql/updates/537_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/537_world.sql (limited to 'sql/updates/537_world.sql') diff --git a/sql/updates/537_world.sql b/sql/updates/537_world.sql new file mode 100644 index 00000000000..2401a5aeadd --- /dev/null +++ b/sql/updates/537_world.sql @@ -0,0 +1,2 @@ +-- Removing the now unused creature_movement table +DROP TABLE IF EXISTS `creature_movement`; -- cgit v1.2.3