diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6739_world_script_waypoints.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/6739_world_script_waypoints.sql b/sql/updates/6739_world_script_waypoints.sql new file mode 100644 index 00000000000..4e90eeee1e4 --- /dev/null +++ b/sql/updates/6739_world_script_waypoints.sql @@ -0,0 +1,8 @@ +DELETE FROM `script_waypoint` WHERE `entry`=30023; +INSERT INTO `script_waypoint` VALUES + (30023, 1, 5722.558, -2960.685, 286.276, 0, ''), + (30023, 2, 5734.698, -2984.990, 286.276, 0, ''), + (30023, 3, 5737.401, -2991.310, 282.575, 0, ''), + (30023, 4, 5740.416, -2997.536, 277.263, 0, ''), + (30023, 5, 5743.790, -3004.050, 273.570, 0, ''), + (30023, 6, 5764.240, -2993.788, 272.944, 0, ''); |
