diff options
author | Subv <subv2112@gmail.com> | 2014-07-25 19:04:38 -0500 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2014-07-25 19:05:25 -0500 |
commit | b5d025938e78ade2033ed2ce23f6ece3a3c27d4d (patch) | |
tree | af8328ce61bc88d6a1528efcd1b9710c5b5dba2c /sql/updates | |
parent | a98737d5d97f3001f670020d71772ece1e1d917f (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.sql | 1 |
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; |