# MySQL-Front Dump 1.16 beta # # Host: localhost Database: planeshift #-------------------------------------------------------- # Server version 3.23.52-max-nt # # Table structure for table 'sc_waypoints' # CREATE TABLE `sc_waypoints` ( `id` int(8) unsigned NOT NULL auto_increment, `name` varchar(30) NOT NULL DEFAULT '' , `x` double(10,2) NOT NULL default '0.00', `y` double(10,2) NOT NULL default '0.00', `z` double(10,2) NOT NULL default '0.00', `radius` int(10) NOT NULL default '0', `flags` varchar(30) DEFAULT '' , `loc_sector_id` int(8) unsigned NOT NULL DEFAULT '0' , PRIMARY KEY (`id`) ); # # Dumping data for table 'waypoints' # INSERT INTO `sc_waypoints` VALUES (1, 'p1', '-45.00', '0.0', '-159.00', 1, 'ALLOW_RETURN', 3); INSERT INTO `sc_waypoints` VALUES (2, 'p2', '-49.90', '0.0', '-152.00', 1, 'ALLOW_RETURN', 3); INSERT INTO `sc_waypoints` VALUES (3, 'p3', '-57.30', '0.0', '-142.00', 1, 'ALLOW_RETURN', 3); INSERT INTO `sc_waypoints` VALUES (4, 'p4', '-66.50', '0.0', '-149.00', 1, 'ALLOW_RETURN', 3); INSERT INTO `sc_waypoints` VALUES (5, 'p5', '-57.00', '0.0', '-160.00', 1, 'ALLOW_RETURN', 3); INSERT INTO `sc_waypoints` VALUES (6, 'p6', '-54.00', '0.0', '-163.00', 1, 'ALLOW_RETURN', 3); INSERT INTO `sc_waypoints` VALUES (7, 'p7', '-75.00', '0.0', '-190.00', 1, 'ALLOW_RETURN', 3); INSERT INTO `sc_waypoints` VALUES (8, 'p8', '-75.00', '0.0', '-170.00', 1, 'ALLOW_RETURN', 3); INSERT INTO `sc_waypoints` VALUES (9, 'p9', '-80.00', '0.0', '-220.00', 1, 'ALLOW_RETURN', 3); INSERT INTO `sc_waypoints` VALUES (10, 'p10', '-45.00', '0.0', '-210.00', 1, 'ALLOW_RETURN', 3); INSERT INTO `sc_waypoints` VALUES (11, 'p11', '-45.00', '0.0', '-135.00', 1, 'ALLOW_RETURN', 3); INSERT INTO `sc_waypoints` VALUES (12, 'p12', '30.00', '0.0', '-215.00', 1, 'ALLOW_RETURN', 3); INSERT INTO `sc_waypoints` VALUES (13, 'tower_1', '-45.00', '0.0', '-185.00', 1, '', 3); INSERT INTO `sc_waypoints` VALUES (14, 'tower_2', '-30.00', '0.0', '-185.00', 1, '', 3); INSERT INTO `sc_waypoints` VALUES (15, 'corr_ent1', '-58.00', '0.0', '-127.00', 5, 'ALLOW_RETURN', 3); INSERT INTO `sc_waypoints` VALUES (16, 'corr_1', '-54.00', '0.0', '-93.00', 2, '', 4); INSERT INTO `sc_waypoints` VALUES (17, 'corr_2', '-22.00', '0.0', '-88.00', 2, '', 5); INSERT INTO `sc_waypoints` VALUES (18, 'p13', '-20.00', '0.0', '-55.00', 5, '', 6); INSERT INTO `sc_waypoints` VALUES (19, 'smith_1', '-55.98', '0.0', '-156.35', 0, '', 3);