mirror of
https://github.com/ProjectSkyfire/SkyFire_548
synced 2026-08-18 06:32:13 -04:00
9 lines
498 B
SQL
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');
|