aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2014-07-25 19:04:38 -0500
committerSubv <subv2112@gmail.com>2014-07-25 19:05:25 -0500
commitb5d025938e78ade2033ed2ce23f6ece3a3c27d4d (patch)
treeaf8328ce61bc88d6a1528efcd1b9710c5b5dba2c /sql/updates
parenta98737d5d97f3001f670020d71772ece1e1d917f (diff)
Core/Waypoints: Allow the table waypoint_data to use Takeoff and Land waypoints.
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2014_07_25_03_world_waypoint_data.sql1
1 files changed, 1 insertions, 0 deletions
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;