skyfire/sql/old/3.3.3a/08770_world_script_waypoints.sql
runningnak3d fd14dbe399 Misc: Restructuring directory layout to accomodate the fact that we will
be pushing DB content. We will no longer have a seperate DB repo.
2011-02-02 07:50:21 -07:00

9 lines
498 B
SQL

-- Waypoints for Mimron Inferno
DELETE FROM `script_waypoint` WHERE `entry`=33370;
INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `location_z`, `waittime`, `point_comment`) VALUES
(33370, 1, 331.674, -68.6878, 409.804, 0, '0'),
(33370, 2, 274.578, -92.1829, 409.804, 0, '0'),
(33370, 3, 226.433, -66.6652, 409.793, 0, '0'),
(33370, 4, 206.092, -34.7447, 409.801, 0, '0'),
(33370, 5, 240.208, 1.10346, 409.802, 0, '0'),
(33370, 6, 337.199, 11.7051, 409.802, 0, '0');