From a57d52fa28dd547b136862ccd313690de0c5dee2 Mon Sep 17 00:00:00 2001 From: Anubisss Date: Mon, 18 May 2009 15:53:59 +0200 Subject: *Rename a sql file because firstly You should convert the waypoints and after drop the columns. --HG-- branch : trunk rename : sql/updates/3257_world_creature_addon_(waypoint).sql => sql/updates/3258_world_creature_addon_(waypoint).sql --- sql/updates/3257_world_creature_addon_(waypoint).sql | 2 -- sql/updates/3258_world_creature_addon_(waypoint).sql | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 sql/updates/3257_world_creature_addon_(waypoint).sql create mode 100644 sql/updates/3258_world_creature_addon_(waypoint).sql (limited to 'sql/updates') diff --git a/sql/updates/3257_world_creature_addon_(waypoint).sql b/sql/updates/3257_world_creature_addon_(waypoint).sql deleted file mode 100644 index 1398baf1ccd..00000000000 --- a/sql/updates/3257_world_creature_addon_(waypoint).sql +++ /dev/null @@ -1,2 +0,0 @@ -ALTER TABLE creature_template_addon DROP COLUMN path_id; -ALTER TABLE creature_addon DROP COLUMN path_id; \ No newline at end of file diff --git a/sql/updates/3258_world_creature_addon_(waypoint).sql b/sql/updates/3258_world_creature_addon_(waypoint).sql new file mode 100644 index 00000000000..1398baf1ccd --- /dev/null +++ b/sql/updates/3258_world_creature_addon_(waypoint).sql @@ -0,0 +1,2 @@ +ALTER TABLE creature_template_addon DROP COLUMN path_id; +ALTER TABLE creature_addon DROP COLUMN path_id; \ No newline at end of file -- cgit v1.2.3