What's new

25035 Breaking the Line New Waypoints

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
25035 Breaking the Line Waypoints were extremely wrong and out of order.

Code:
-- 38991 Bloodtalon Thrasher
DELETE FROM `waypoints` WHERE `entry`=38991;
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES (38991, 1, -1286.36, -5553.36, 20.9427, 'Blootalon Thrasher Quest Breaking The Line');
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES (38991, 2, -1261.7, -5616.75, 20.7382, 'Blootalon Thrasher Quest Breaking The Line');
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES (38991, 3, -1214.08, -5631.32, 14.5561, 'Blootalon Thrasher Quest Breaking The Line');
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES (38991, 4, -1099.43, -5617.56, 14.6092, 'Blootalon Thrasher Quest Breaking The Line');
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES (38991, 5, -1059.62, -5582, 15.1975, 'Blootalon Thrasher Quest Breaking The Line');
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES (38991, 6, -998.259, -5570.57, 14.801, 'Blootalon Thrasher Quest Breaking The Line');
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES (38991, 7, -953.287, -5564.38, 9.45289, 'Blootalon Thrasher Quest Breaking The Line');
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES (38991, 8, -859.998, -5555.28, -1.1429, 'Blootalon Thrasher Quest Breaking The Line');
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES (38991, 9, -825.013, -5543.26, 0.156623, 'Blootalon Thrasher Quest Breaking The Line');
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES (38991, 10, -820.479, -5551.15, 1.08511, 'Blootalon Thrasher Quest Breaking The Line');
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES (38991, 11, -815.277, -5551.86, 2.36545, 'Blootalon Thrasher Quest Breaking The Line');
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES (38991, 12, -810.069, -5551.2, 4.04571, 'Blootalon Thrasher Quest Breaking The Line');
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES (38991, 13, -806.567, -5551.01, 4.69416, 'Blootalon Thrasher Quest Breaking The Line');
 
Top