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/updates | |
| 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/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, ''); |
