From b5d025938e78ade2033ed2ce23f6ece3a3c27d4d Mon Sep 17 00:00:00 2001 From: Subv Date: Fri, 25 Jul 2014 19:04:38 -0500 Subject: Core/Waypoints: Allow the table waypoint_data to use Takeoff and Land waypoints. --- sql/updates/world/2014_07_25_03_world_waypoint_data.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2014_07_25_03_world_waypoint_data.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2014_07_25_03_world_waypoint_data.sql b/sql/updates/world/2014_07_25_03_world_waypoint_data.sql new file mode 100644 index 00000000000..008248d8395 --- /dev/null +++ b/sql/updates/world/2014_07_25_03_world_waypoint_data.sql @@ -0,0 +1 @@ +ALTER TABLE `waypoint_data` CHANGE `move_flag` `move_type` INT(11) NOT NULL DEFAULT 0; -- cgit v1.2.3