diff options
| author | maanuel <none@none> | 2009-12-23 00:30:10 -0300 |
|---|---|---|
| committer | maanuel <none@none> | 2009-12-23 00:30:10 -0300 |
| commit | eccaad7b0199de517620f7201f79426b72f2b796 (patch) | |
| tree | 2b12df673a8624cc892a5e8174cfa76dce783a90 /sql | |
| parent | 1df511c5ddea774f9509fbbbf3e36f77b9385bde (diff) | |
Zul'Drak: Improvements in scripts for quest chain The Amphitheater of Anguish. Now the Korrak movement is done with escortai.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/FULL/world_script_waypoints.sql | 11 | ||||
| -rw-r--r-- | sql/updates/6739_world_script_waypoints.sql | 8 |
2 files changed, 18 insertions, 1 deletions
diff --git a/sql/FULL/world_script_waypoints.sql b/sql/FULL/world_script_waypoints.sql index 525edb47840..be2380d7d30 100644 --- a/sql/FULL/world_script_waypoints.sql +++ b/sql/FULL/world_script_waypoints.sql @@ -1769,4 +1769,13 @@ INSERT INTO `script_waypoint` VALUES (8856, 15, -8356.65, 385.247, 122.275, 0, ''), (8856, 16, -8352.99, 379.932, 122.275, 0, ''), (8856, 17, -8335.58, 393.519, 122.275, 0, ''), - (8856, 18, -8334.89, 394.13, 122.274, 0, ''); + (8856, 18, -8334.89, 394.13, 122.274, 0, ''); + +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, ''); 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, ''); |
